Subversion Repository Public Repository

litesoft

Diff Revisions 610 vs 849 for /trunk/Java/GWT/Dev/src/org/litesoft/GWT/client/dev/ui/testplan/TestPlanActionClickTableHeader.java

Diff revisions: vs.
  @@ -10,13 +10,15 @@
10 10
11 11 public class TestPlanActionClickTableHeader implements TestPlanAction
12 12 {
13 + private static final long serialVersionUID = 1L;
14 +
13 15 public static final String FORM = "ClickTableHeader";
14 16
15 - private Integer mNth;
16 - private int mCol;
17 - private KeyboardKeyModifier mKeyboardKeyModifier;
17 + private /* final */ Integer mNth;
18 + private /* final */ int mCol;
19 + private /* final */ KeyboardKeyModifier mKeyboardKeyModifier;
18 20
19 - @Deprecated
21 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
20 22 TestPlanActionClickTableHeader()
21 23 {
22 24 }