Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -142,7 +142,7 @@
142 142 {
143 143 if ( null != (pKeyPrefix = Strings.noEmpty( pKeyPrefix )) )
144 144 {
145 - pValue = UtilsCommon.deNull( pValue );
145 + pValue = Strings.deNull( pValue );
146 146 for ( String zKey : getAllKeys() )
147 147 {
148 148 if ( zKey.startsWith( pKeyPrefix ) )