Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@94247 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-03 13:32:50 +00:00
parent b8e9f846de
commit be2d9315fe
1 changed files with 2 additions and 3 deletions

View File

@ -262,9 +262,8 @@ public class TabularDataController {
public void onFailure(Throwable caught) {
UtilsGXT3.alert(
"Error",
"Error on remove TabResource: "
+ caught.getLocalizedMessage());
"Error on Delete",
caught.getLocalizedMessage());
}
public void onSuccess(Void result) {