Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@94555 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
aafd445747
commit
77631091f9
|
@ -49,7 +49,7 @@ public class ImportProgressBarUpdater implements OperationProgressListener {
|
|||
@Override
|
||||
public void operationFailed(Throwable caught, String reason, String failureDetails) {
|
||||
Log.info("Import failed");
|
||||
progressBar.updateText("Import failed.");
|
||||
progressBar.updateText("Import failed");
|
||||
}
|
||||
|
||||
|
||||
|
@ -75,7 +75,7 @@ public class ImportProgressBarUpdater implements OperationProgressListener {
|
|||
@Override
|
||||
public void operationStopped(TRId trId,String reason, String details) {
|
||||
Log.debug("Operation Stopped: ["+trId.toString()+", "+reason+", "+details+"]");
|
||||
progressBar.updateText("Validations Failed");
|
||||
progressBar.updateText("Validations failed");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue