Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -3,7 +3,6 @@
3 3
4 4 import java.util.*;
5 5
6 - import apple.util.Utils;
7 6 import org.litesoft.core.util.*;
8 7
9 8 public class MapConfigDataAccessor extends AbstractConfigDataAccessor
  @@ -30,13 +29,13 @@
30 29 }
31 30
32 31 @Override
33 - protected void setOtherLevelKeyValue(String pKey, String pValue)
32 + protected void setOtherLevelKeyValue( String pKey, String pValue )
34 33 {
35 - throw new IllegalStateException("Huh");
34 + throw new IllegalStateException( "Huh" );
36 35 }
37 36
38 37 @Override
39 - protected String getBaseValue(String pKey)
38 + protected String getBaseValue( String pKey )
40 39 {
41 40 return null;
42 41 }