Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@86477 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-03 10:13:02 +00:00
parent d3555dede3
commit 00fae771e9
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ public class TabularDataController {
}
protected void deleteTabularResource() {
Log.debug("Remove TR:"+trId);
TDGWTServiceAsync.INSTANCE.removeTabularResource(trId,
new AsyncCallback<Void>() {
@Override