Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@98868 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-22 10:32:08 +00:00
parent 1f98e56474
commit 1fb564c5e2
1 changed files with 1 additions and 1 deletions

View File

@ -1418,7 +1418,7 @@ public class TabularDataController {
protected void asyncCodeLoadingFailed(Throwable reason) {
Log.error("Async code loading failed", reason);
Info.display("Async code loading failed",
"Please retry to call the operation. "+reason.getLocalizedMessage());
"Please retry to call the operation.");
}
/**