Subversion Repository Public Repository

litesoft

Diff Revisions 804 vs 809 for /trunk/Java/core/jvm1.4/src/org/litesoft/ui/def/nonpublic/support/UiDvRehydrate.java

Diff revisions: vs.
  @@ -45,7 +45,7 @@
45 45 while ( (child != null) && "Hint".equals( child.getName() ) )
46 46 {
47 47 String[] names = child.getAttributeNames();
48 - if ( UtilsCommon.isNullOrEmpty( names ) )
48 + if ( Objects.isNullOrEmpty( names ) )
49 49 {
50 50 throw new IllegalArgumentException( "Hint w/o Name & Value" );
51 51 }