Subversion Repository Public Repository

litesoft

Diff Revisions 811 vs 849 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/ObjectUniqueKey.java

Diff revisions: vs.
  @@ -7,14 +7,14 @@
7 7
8 8 public class ObjectUniqueKey implements Serializable
9 9 {
10 - public static final String PREFIX = "+";
10 + private static final long serialVersionUID = -1L;
11 11
12 - static final long serialVersionUID = -1L;
12 + public static final String PREFIX = "+";
13 13
14 - private Type mType;
15 - private String mID;
14 + private /* final */ Type mType;
15 + private /* final */ String mID;
16 16
17 - @Deprecated
17 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
18 18 protected ObjectUniqueKey()
19 19 {
20 20 }