Subversion Repository Public Repository

litesoft

Diff Revisions 804 vs 849 for /trunk/Java/GWT/Dev/src/org/litesoft/GWT/client/dev/ui/inspection/SelectionSpec.java

Diff revisions: vs.
  @@ -10,9 +10,9 @@
10 10 */
11 11 public abstract class SelectionSpec implements Serializable
12 12 {
13 - private SelectionSpecId mId;
13 + private /* final */ SelectionSpecId mId;
14 14
15 - @Deprecated
15 + @SuppressWarnings("deprecation") @Deprecated /** for Serialization */
16 16 protected SelectionSpec()
17 17 {
18 18 }