Subversion Repository Public Repository

litesoft

Diff Revisions 25 vs 49 for /trunk/Java/GWT/Server/src/org/litesoft/testplan/TestPlanParserActionFactoryClickCheckBox.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.testplan;
2 3
3 4 import org.litesoft.GWT.client.dev.ui.testplan.*;
  @@ -16,4 +17,4 @@
16 17 Integer zNth = (zStrNth != null) ? new Integer( zStrNth ) : null;
17 18 return new TestPlanActionClickCheckBox( zNth );
18 19 }
19 - }
20 + }