Remove @author tag
authorChristos KK Loverdos <loverdos@gmail.com>
Tue, 5 Feb 2013 12:05:58 +0000 (14:05 +0200)
committerChristos KK Loverdos <loverdos@gmail.com>
Tue, 5 Feb 2013 12:05:58 +0000 (14:05 +0200)
src/gr/grnet/pithos/web/client/catalog/UpdateUserCatalogs.java

index bfebfab..8640ae2 100644 (file)
@@ -12,8 +12,6 @@ import java.util.List;
 /**
  * This is a wrapper around GetUserCatalogs that takes care of updating
  * the application-wide user catalogs.
- *
- * @author Christos KK Loverdos <loverdos@gmail.com>
  */
 public class UpdateUserCatalogs implements Scheduler.ScheduledCommand {
     private final GetUserCatalogs getUserCatalogs;