minor fix

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@132518 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-10-04 07:53:06 +00:00
parent d8c6205b44
commit adfc7a1e77
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ public class CustomFieldEntry extends Composite {
this.valueFieldPrepend.removeFromParent();
this.keyFieldPrepend.setPrependText(key + ":");
((TextBox)this.keyFieldPrepend.getWidget(1)).setText(value);
}else{
// do nothing, the user should fill key and value pair
}
}