Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -10,10 +10,12 @@
10 10 */
11 11 public class GeneralizedTestPlanAction implements TestPlanAction
12 12 {
13 - private SelectionSpec mSelectionSpec;
14 - private ActionSpec mActionSpec;
13 + private static final long serialVersionUID = 1L;
15 14
16 - @Deprecated
15 + private /* final */ SelectionSpec mSelectionSpec;
16 + private /* final */ ActionSpec mActionSpec;
17 +
18 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
17 19 protected GeneralizedTestPlanAction()
18 20 {
19 21 }