Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/DeviceDesktopTest/src/org/litesoft/language/model/MasterUnvalidatedAccessor.java

Diff revisions: vs.
  @@ -1,5 +1,7 @@
1 1 package org.litesoft.language.model;
2 2
3 + import org.litesoft.commonfoundation.annotations.*;
4 +
3 5 import java.io.*;
4 6 import java.util.*;
5 7
  @@ -8,7 +10,8 @@
8 10 /**
9 11 * @return Keys in the order they were stored!
10 12 */
11 - @NotNull @Immutable List<String> getKeys();
13 + @NotNull
14 + @Immutable List<String> getKeys();
12 15
13 16 @NullOrSignificantText String getValue( String pKey );
14 17