Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@94564 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-08 13:37:15 +00:00 committed by Giancarlo Panichi
parent 23a2429276
commit faff459a2c
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ public class DeleteRowsProgressBarUpdater implements DeleteRowsProgressListener
@Override
public void operationStopped(TRId trId,String reason, String details) {
Log.debug("Operation Stopped: ["+trId.toString()+", "+reason+", "+details+"]");
progressBar.updateText("Stopped");
progressBar.updateText("Validations failed");
}

View File

@ -68,7 +68,7 @@ public class DuplicatesRowsProgressBarUpdater implements DuplicatesRowsProgressL
@Override
public void operationStopped(TRId trId,String reason, String details) {
Log.debug("Operation Stopped: ["+trId.toString()+", "+reason+", "+details+"]");
progressBar.updateText("Stopped");
progressBar.updateText("Validations failed");
}

View File

@ -68,7 +68,7 @@ public class TemplateApplyProgressBarUpdater implements TemplateApplyProgressLis
@Override
public void operationStopped(TRId trId,String reason, String details) {
Log.debug("Operation Stopped: ["+trId.toString()+", "+reason+", "+details+"]");
progressBar.updateText("Stopped");
progressBar.updateText("Validations failed");
}