Subversion Repository Public Repository

litesoft

Diff Revisions 808 vs 809 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/ObjectURL.java

Diff revisions: vs.
  @@ -125,7 +125,7 @@
125 125
126 126 public static ObjectURL[] prepend( ObjectURL pNewFirst, ObjectURL[] pCurrent )
127 127 {
128 - if ( UtilsCommon.isNullOrEmpty( pCurrent ) )
128 + if ( Objects.isNullOrEmpty( pCurrent ) )
129 129 {
130 130 return new ObjectURL[]{pNewFirst};
131 131 }