Subversion Repository Public Repository

litesoft

Diff Revisions 808 vs 809 for /trunk/Java/core/Anywhere/src/org/litesoft/core/hierarchicaldata/HDSMap.java

Diff revisions: vs.
  @@ -169,7 +169,7 @@
169 169 */
170 170 public String getString( String... pPath )
171 171 {
172 - return UtilsCommon.isNotNullOrEmpty( pPath ) ? LLgetString( pPath, 0 ) : null;
172 + return Objects.isNotNullOrEmpty( pPath ) ? LLgetString( pPath, 0 ) : null;
173 173 }
174 174
175 175 private String LLgetString( String[] pPath, int pIndex )