Skip to content

Commit dd5c8e8

Browse files
committed
Javadoc typos
1 parent 8c12c38 commit dd5c8e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/org/apache/commons/scxml2/w3c/W3CTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
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=&lt;minimal|ecma|jexl|groovy&gt;</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" +

0 commit comments

Comments
 (0)