Subversion Repository Public Repository

litesoft

Diff Revisions 803 vs 804 for /trunk/Java/core/Anywhere/src/org/litesoft/core/hierarchicaldata/HDSList.java

Diff revisions: vs.
  @@ -4,6 +4,7 @@
4 4 import java.io.*;
5 5 import java.util.*;
6 6
7 + import org.litesoft.core.typeutils.*;
7 8 import org.litesoft.core.util.*;
8 9
9 10 /**
  @@ -205,7 +206,7 @@
205 206 String zName = pNode.getName();
206 207 if ( "String".equals( zName ) )
207 208 {
208 - UtilsCommon.assertNotNull( "String Value", mValueAsLocalString = pNode.getAttributeValue( "of" ) );
209 + Objects.assertNotNull( "String Value", mValueAsLocalString = pNode.getAttributeValue( "of" ) );
209 210 }
210 211 else if ( HDSMap.TYPE.equals( zName ) )
211 212 {