Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -5,6 +5,8 @@
5 5
6 6 public class JQueryActionSpec extends ActionSpec
7 7 {
8 + private static final long serialVersionUID = 1L;
9 +
8 10 public static enum Event
9 11 {
10 12 // TODO: how to input strings? Key methods do not accept parameters...
  @@ -16,9 +18,9 @@
16 18 }
17 19 }
18 20
19 - private Event mEvent;
21 + private /* final */ Event mEvent;
20 22
21 - @Deprecated
23 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
22 24 protected JQueryActionSpec()
23 25 {
24 26 }