Giancarlo Panichi 2014-09-09 10:25:10 +00:00
parent ee928cdab5
commit 8728649e83
3 changed files with 4 additions and 4 deletions

View File

@ -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<TasksMonitorEvent.TasksMonitorEventHandler> {

View File

@ -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 {

View File

@ -18,7 +18,7 @@ public class RowRaw implements Serializable {
protected String rowId;
protected Map<String, String> 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<String, String> map) {