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:
parent
39a4aee43c
commit
7d9221088c
|
@ -70,7 +70,7 @@ public class CSVExportProgressBarUpdater implements CSVExportProgressListener {
|
||||||
@Override
|
@Override
|
||||||
public void operationStopped(TRId trId,String reason, String details) {
|
public void operationStopped(TRId trId,String reason, String details) {
|
||||||
Log.debug("Operation Stopped: ["+trId.toString()+", "+reason+", "+details+"]");
|
Log.debug("Operation Stopped: ["+trId.toString()+", "+reason+", "+details+"]");
|
||||||
progressBar.updateText("Stopped");
|
progressBar.updateText("Validations Failed");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue