Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@86342 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
dc7b3992d4
commit
58dad0be34
|
@ -99,7 +99,7 @@ CSVImportProgressListener {
|
|||
@Override
|
||||
public void onFailure(Throwable caught) {
|
||||
showErrorAndHide("Error in importCSV",
|
||||
"An error occured in importCSV:"+caught.getLocalizedMessage(), caught.getStackTrace().toString(), caught);
|
||||
"An error occured in importCSV: "+caught.getLocalizedMessage(), caught.getStackTrace().toString(), caught);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue