Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -66,7 +66,7 @@
66 66 throws UnsupportedOperationException
67 67 {
68 68 pKey = UtilsCommon.assertNotNullNotEmpty( "Key", pKey );
69 - Level zLevel = UtilsCommon.deNull( pLevel, Level.RUN );
69 + Level zLevel = Objects.deNull( pLevel, Level.RUN );
70 70 if ( Level.RUN.equals( zLevel ) )
71 71 {
72 72 if ( pValue == null )