Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@96310 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-05-29 16:39:50 +00:00
parent 246880a45d
commit 5c696b1227
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class ExtractCodelistOperationMap {
defNewColumn.getLocaleName());
metadata.add(dataLocaleMetadata);
}
if(defNewColumn.getLabel()==null&&!defNewColumn.getLabel().isEmpty()){
if(defNewColumn.getLabel()!=null&&!defNewColumn.getLabel().isEmpty()){
String label=defNewColumn.getLabel();
List<LocalizedText> texts=new ArrayList<LocalizedText>();
texts.add(new ImmutableLocalizedText(label));