Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 474 for /trunk/Java/core/Anywhere/src/org/litesoft/configuration/MapConfigDataAccessorFactory.java

Diff revisions: vs.
  @@ -29,10 +29,4 @@
29 29 {
30 30 return mAccessor;
31 31 }
32 -
33 - public MapConfigDataAccessorFactory replace( String pLinesStartingWith, String... pKeyValuePairs )
34 - {
35 - mAccessor.replace( pLinesStartingWith, pKeyValuePairs );
36 - return this;
37 - }
38 32 }