Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -7,11 +7,14 @@
7 7 @Deprecated
8 8 public class TestPlanActionJQuery extends GeneralizedTestPlanAction
9 9 {
10 - @Deprecated
10 + private static final long serialVersionUID = 1L;
11 +
12 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
11 13 protected TestPlanActionJQuery()
12 14 {
13 15 }
14 16
17 + @SuppressWarnings("UnusedParameters")
15 18 public TestPlanActionJQuery(String pSelector, String pAction)
16 19 {
17 20 super(new JQuerySelectionSpec(pSelector), new JQueryActionSpec( JQueryActionSpec.Event.Click));