Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@91404 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-11 15:54:18 +00:00
parent 3c9e3293ce
commit c412dbf4de
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class LabelColumnPanel extends FramedPanel {
comboColumn.setEditable(false);
comboColumn.setTriggerAction(TriggerAction.ALL);
TextField label = new TextField();
label= new TextField();
label.setAllowBlank(false);
change=new TextButton("Change");