Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -9,6 +9,7 @@
9 9 super( TestPlanActionInputFormComboBox.FORM );
10 10 }
11 11
12 + @Override
12 13 protected TestPlanAction createAction( String pLabel, String pTooltip, Integer pNth, String pInputText )
13 14 {
14 15 return new TestPlanActionInputFormComboBox( pLabel, pTooltip, pNth, pInputText );