Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@98944 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-24 15:49:32 +00:00
parent 6b0e827e1f
commit 875d7dbc85
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ public class ChangeColumnTypePanel extends FramedPanel implements
//TODO
protected void updateColumnType(ColumnTypeCode type) {
Log.debug("Update ColumnTypeCode " + type.toString());
Log.debug("Update ColumnTypeCode: " + type);
switch (type) {
case CODENAME:
comboLocaleTypeLabel.setVisible(true);