Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -6,11 +6,11 @@
6 6
7 7 public class TestPlanActionFormInput extends AbstractTestPlanActionInputForm
8 8 {
9 + private static final long serialVersionUID = 1L;
10 +
9 11 public static final String FORM = "FormInput";
10 12
11 - /**
12 - * @deprecated - for Serialization
13 - */
13 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
14 14 protected TestPlanActionFormInput()
15 15 {
16 16 }