Fix reverted boolean value
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / forms / EditableMultiStringProperty.java
index 629630b6bd110b76144d9dd86ce898410f0d9ef1..fdaa0365ca61a56c4ba55f00117356a28173c34b 100644 (file)
@@ -196,7 +196,7 @@ public class EditableMultiStringProperty extends StyledControl implements
                String value = text.getText();
                String errMsg = null;
 
-               if (FormUtils.notEmpty(value))
+               if (EclipseUiUtils.isEmpty(value))
                        return;
 
                if (values.contains(value))