Subversion Repository Public Repository

litesoft

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

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