Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -200,7 +200,7 @@
200 200 public String putString( String pValue, String... pPath )
201 201 throws IllegalArgumentException
202 202 {
203 - UtilsCommon.assertNotNull( "Value", pValue );
203 + Objects.assertNotNull( "Value", pValue );
204 204 UtilsCommon.assertNotNullNotEmpty( "Path", pPath );
205 205 String zPathSep = "";
206 206 String zPath = "";