Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@94549 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-08 13:26:30 +00:00
parent 39a4aee43c
commit 7d9221088c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class CSVExportProgressBarUpdater implements CSVExportProgressListener {
@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");
}