Subversion Repository Public Repository

litesoft

Diff Revisions 822 vs 849 for /trunk/Java/core/Anywhere/src/org/litesoft/core/hierarchicaldata/HDSMap.java

Diff revisions: vs.
  @@ -17,6 +17,7 @@
17 17 public class HDSMap extends AbstractMap<String, Object> implements Serializable
18 18 {
19 19 private static final long serialVersionUID = 1L;
20 +
20 21 public static final String TYPE = "HDSMap";
21 22
22 23 private static final String UNSUPPORTED_OPERATION_WHY = "Syncronized collection and too lazy to code protection / proxy to inhibit back door";
  @@ -29,11 +30,9 @@
29 30
30 31 public static final Entry[] EMPTY_ARRAY = new Entry[0];
31 32
32 - private String mName;
33 + private /* final */ String mName;
33 34
34 - /**
35 - * @deprecated - for Serialization
36 - */
35 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
37 36 protected Entry()
38 37 {
39 38 }