Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -8,12 +8,10 @@
8 8
9 9 public abstract class AbstractTestPlanActionInputForm implements TestPlanAction
10 10 {
11 - private String mLabel, mTooltip, mInputText;
12 - private Integer mNth;
11 + private /* final */ String mLabel, mTooltip, mInputText;
12 + private /* final */ Integer mNth;
13 13
14 - /**
15 - * @deprecated - for Serialization
16 - */
14 + @SuppressWarnings("deprecation") @Deprecated /** for Serialization */
17 15 protected AbstractTestPlanActionInputForm()
18 16 {
19 17 }