Subversion Repository Public Repository

litesoft

Diff Revisions 804 vs 809 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/forms/server/POFormServicePeer.java

Diff revisions: vs.
  @@ -15,7 +15,6 @@
15 15 import org.litesoft.ui.def.nonpublic.support.*;
16 16 import org.litesoft.ui.support.*;
17 17 import org.litesoft.ui_1_5.*;
18 - import org.litesoft.util.*;
19 18
20 19 public class POFormServicePeer extends AbstractFormServicePeer
21 20 {
  @@ -152,7 +151,7 @@
152 151 {
153 152 SimpleKeyValuePair[] options =
154 153 helper.getValidOptions( zAttributeMD.getAttributeReference(), dataConverter );
155 - if ( Utils.isNotNullOrEmpty( options ) )
154 + if ( Objects.isNotNullOrEmpty( options ) )
156 155 {
157 156 ComboBoxAttributeUpdateFormData update =
158 157 new ComboBoxAttributeUpdateFormData( null, zAttributeMD, options );