Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@92305 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-25 18:55:55 +00:00
parent d7d22ac161
commit 2c2fc38395
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,6 @@ public class ChangeTableTypePanel extends FramedPanel {
add(vl);
show();
load();
}
@ -167,6 +166,7 @@ public class ChangeTableTypePanel extends FramedPanel {
Log.debug("Retrieved table: "+result.toString());
table=result;
setCurrentType();
show();
}
});