File tree 1 file changed +3
-3
lines changed
src/test/java/org/apache/commons/scxml2/w3c
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
* W3C SCXML 1.0 IRP tests: <a href="http://www.w3.org/Voice/2013/scxml-irp/">http://www.w3.org/Voice/2013/scxml-irp/</a>.
56
56
* <p>
57
57
* The <strong>W3CTests</strong> class is standalone and can download and transform the IRP tests locally using respectively
58
- * commandline parameter <strong>get</strong> or <strong>make</strong>.
58
+ * command-line parameter <strong>get</strong> or <strong>make</strong>.
59
59
* </p>
60
60
* <p>
61
- * To execute one or multiple IRP tests the commandline parameter <strong>run</strong> must be specified.
61
+ * To execute one or multiple IRP tests the command-line parameter <strong>run</strong> must be specified.
62
62
* </p>
63
63
* <p>
64
64
* Optional environment parameter <strong>-Ddatamodel=<minimal|ecma|jexl|groovy></strong> can be specified to limit the
@@ -409,7 +409,7 @@ public static void main(final String[] args) throws Exception {
409
409
}
410
410
411
411
/**
412
- * Usage prints the 'commandline ' usage options.
412
+ * Usage prints the 'command-line ' usage options.
413
413
*/
414
414
protected static void usage () {
415
415
System .out .println ("Usage: W3CTests <get|run>\n " +
You can’t perform that action at this time.
0 commit comments