Subversion Repository Public Repository

litesoft

Diff Revisions 151 vs 801 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/attributes/BooleanDisplayOptions.java

Diff revisions: vs.
  @@ -4,13 +4,13 @@
4 4 import java.util.*;
5 5
6 6 import org.litesoft.core.simpletypes.nonpublic.*;
7 - import org.litesoft.core.util.*;
7 + import org.litesoft.core.typeutils.*;
8 8
9 9 public class BooleanDisplayOptions implements PropertyOfAMD
10 10 {
11 11 public static BooleanDisplayOptions of( String pTrueFalseText )
12 12 {
13 - if ( null == (pTrueFalseText = UtilsCommon.noEmpty( pTrueFalseText )) )
13 + if ( null == (pTrueFalseText = Strings.noEmpty( pTrueFalseText )) )
14 14 {
15 15 return null;
16 16 }