Subversion Repository Public Repository

litesoft

Diff Revisions 808 vs 809 for /trunk/Java/core/Server/src/org/litesoft/bo/views/server/WhereClauseSupport.java

Diff revisions: vs.
  @@ -5,7 +5,6 @@
5 5 import org.litesoft.core.*;
6 6 import org.litesoft.core.simpletypes.*;
7 7 import org.litesoft.core.typeutils.*;
8 - import org.litesoft.core.util.*;
9 8 import org.litesoft.orsup.base.*;
10 9 import org.litesoft.orsup.otherattributeaccessors.*;
11 10 import org.litesoft.orsup.selection.*;
  @@ -88,7 +87,7 @@
88 87 return (pSCD instanceof AttributeAccessorSCDsimplePersistedRegular) || (null != getAcceptableRelationship( pSCD ));
89 88 }
90 89 }.createPath( zAttributePath );
91 - if ( UtilsCommon.isNullOrEmpty( zPathNodes ) )
90 + if ( Objects.isNullOrEmpty( zPathNodes ) )
92 91 {
93 92 return FACTORY.alwaysFalse(); // todo: Decide to fix AttributeAccessorSCDpathNode to throw exception or DO NOTHING
94 93 }