Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -7,9 +7,11 @@
7 7
8 8 public class ActionSpec implements Serializable
9 9 {
10 - private ActionSpecId mId;
10 + private static final long serialVersionUID = 1L;
11 11
12 - @Deprecated
12 + private /* final */ ActionSpecId mId;
13 +
14 + @SuppressWarnings("deprecation") @Deprecated /** for Serialization */
13 15 protected ActionSpec()
14 16 {
15 17 }