File tree Expand file tree Collapse file tree
src/test/java/org/apache/commons/scxml2/w3c Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 * 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>.
5656 * <p>
5757 * 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>.
5959 * </p>
6060 * <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.
6262 * </p>
6363 * <p>
6464 * 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 {
409409 }
410410
411411 /**
412- * Usage prints the 'commandline ' usage options.
412+ * Usage prints the 'command-line ' usage options.
413413 */
414414 protected static void usage () {
415415 System .out .println ("Usage: W3CTests <get|run>\n " +
You can’t perform that action at this time.
0 commit comments