Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@92766 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-06 16:04:10 +00:00 committed by Giancarlo Panichi
parent 70f65ffca4
commit 797124698b
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ import java.util.ArrayList;
import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
import org.gcube.portlets.user.td.gwtservice.shared.tr.rows.DeleteRowsMonitor;
import org.gcube.portlets.user.td.gwtservice.shared.tr.table.ChangeTableTypeMonitor;
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
import com.allen_sauer.gwt.log.client.Log;
@ -49,7 +48,7 @@ public class DeleteRowsProgressUpdater extends Timer {
+ result.getStatus());
switch (result.getStatus()) {
case INITIALIZING:
Log.info("Delete Rows Initializing...");
Log.info("Initializing...");
fireOperationInitializing();
break;
case ABORTED: