Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@94968 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-17 12:33:34 +00:00
parent 7981ddcbc3
commit 56ab9f629b
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ public class TabularResourceProperties extends FramedPanel {
public void onSuccess(TabResource result) {
updateTabularResource(result);
Log.info("Retrived TR:" + result.getId());
Log.info("Retrived TR: " + result.getTrId());
getLastTable(result.getTrId());
}