From 8728649e83141b12b8c4d6171bc4a226ff776ccf Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 9 Sep 2014 10:25:10 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@99596 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/widgetcommonevent/client/event/TasksMonitorEvent.java | 2 +- .../user/td/widgetcommonevent/client/type/TaskType.java | 2 +- .../user/td/widgetcommonevent/shared/grid/model/RowRaw.java | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/event/TasksMonitorEvent.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/event/TasksMonitorEvent.java index 27141d7..69ca6bd 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/event/TasksMonitorEvent.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/event/TasksMonitorEvent.java @@ -12,7 +12,7 @@ import com.google.gwt.event.shared.HasHandlers; /** * * @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it - * @Dec 9, 2013 + * Dec 9, 2013 * */ public class TasksMonitorEvent extends GwtEvent { diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/TaskType.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/TaskType.java index 11b6bf5..97a937e 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/TaskType.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/TaskType.java @@ -5,7 +5,7 @@ package org.gcube.portlets.user.td.widgetcommonevent.client.type; /** * @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it - * @Dec 9, 2013 + * Dec 9, 2013 * */ public enum TaskType { diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/grid/model/RowRaw.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/grid/model/RowRaw.java index 95dfe14..bb9edd1 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/grid/model/RowRaw.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/grid/model/RowRaw.java @@ -18,7 +18,7 @@ public class RowRaw implements Serializable { protected String rowId; protected Map map; - public RowRaw() { + public RowRaw() { } @@ -26,7 +26,7 @@ public class RowRaw implements Serializable { * * @param rowId * row identify - * @param rowRaw + * @param map * A map from columnLocalId to value as String */ public RowRaw(String rowId, Map map) {