Skip to content

Commit 61d6aad

Browse files
committed
Javadoc: Use semantic tag <strong> instead of style tag <b>
1 parent 4f740ac commit 61d6aad

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

src/main/java/org/apache/commons/scxml2/ExternalSCXMLIOProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* The ExternalSCXMLIOProcessor is registered in the _ioprocessors system variable under the
21-
* {@link #DEFAULT_EVENT_PROCESSOR} key <b>and</b> maintains a {@link #getLocation() location} field
21+
* {@link #DEFAULT_EVENT_PROCESSOR} key <strong>and</strong> maintains a {@link #getLocation() location} field
2222
* <pre>
2323
* <em>whose value holds an address that external entities can use to communicate with this SCXML session using the SCXML Event I/O Processor.</em></pre>
2424
* @see <a href="https://www.w3.org/TR/scxml/#SCXMLEventProcessor">SCXML specification C.1.1 _ioprocessors Value</a>

src/main/java/org/apache/commons/scxml2/SCXMLExecutor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ protected SCInstance getSCInstance() {
273273

274274
/**
275275
* Gets the state machine that is being executed.
276-
* <b>NOTE:</b> This is the state machine definition or model used by this
276+
* <strong>NOTE:</strong> This is the state machine definition or model used by this
277277
* executor instance. It may be shared across multiple executor instances
278278
* and should not be altered once in use. Also note that
279279
* manipulation of instance data for the executor should happen through
@@ -485,7 +485,7 @@ public void setEventdispatcher(final EventDispatcher eventdispatcher) {
485485

486486
/**
487487
* Sets the root context for the state machine execution.
488-
* <b>NOTE:</b> Should only be used before the executor is set in motion.
488+
* <strong>NOTE:</strong> Should only be used before the executor is set in motion.
489489
*
490490
* @param rootContext The Context that ties to the host environment.
491491
*/

src/main/java/org/apache/commons/scxml2/SCXMLSemantics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
* </ul>
4747
* <p>After a state machine has been terminated you can re-initialize the execution context, and start again.</p>
4848
* <p>
49-
* The first two methods represent the <b>interpret</b> entry point specified in the Algorithm for SCXML Interpretation.
50-
* The third and fourth method represent the <b>mainEventLoop</b> and <b>exitInterpreter</b> entry points.
49+
* The first two methods represent the <strong>interpret</strong> entry point specified in the Algorithm for SCXML Interpretation.
50+
* The third and fourth method represent the <strong>mainEventLoop</strong> and <strong>exitInterpreter</strong> entry points.
5151
* These have been more practically and logically broken into four different methods so that the blocking wait for
5252
* external events can be handled externally.</p>
5353
* <p>

src/main/java/org/apache/commons/scxml2/TriggerEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* A class representing an event. Specific event types have been
2424
* defined in reference to SCXML.
2525
*
26-
* <b>NOTE:</b> Instances are {@link Serializable} as long as the associated
26+
* <strong>NOTE:</strong> Instances are {@link Serializable} as long as the associated
2727
* data, if any, is {@link Serializable}.
2828
*/
2929
public class TriggerEvent implements Serializable {

src/main/java/org/apache/commons/scxml2/invoke/Invoker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* <li>Either completion or cancellation.</li>
5959
* </ol>
6060
*
61-
* <p><b>Note:</b> The semantics of &lt;invoke&gt; are necessarily
61+
* <p><strong>Note:</strong> The semantics of &lt;invoke&gt; are necessarily
6262
* asynchronous, tending towards long(er) running interactions with external
6363
* processes. Implementations cannot communicate with the parent state
6464
* machine executor in a synchronous manner. For synchronous

src/main/java/org/apache/commons/scxml2/io/SCXMLReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
*
112112
* <p>See latest version of the SCXML Working Draft for more details.</p>
113113
*
114-
* <p><b>NOTE:</b> The SCXMLReader assumes that the SCXML document to be
114+
* <p><strong>NOTE:</strong> The SCXMLReader assumes that the SCXML document to be
115115
* parsed is well-formed and correct. If that assumption does not hold,
116116
* any subsequent behavior is undefined.</p>
117117
*

src/main/java/org/apache/commons/scxml2/io/SCXMLWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
* object heirarchy. Used primarily for testing, debugging and
9090
* visual verification.</p>
9191
*
92-
* <b>NOTE:</b> This writer makes the following assumptions about the
92+
* <strong>NOTE:</strong> This writer makes the following assumptions about the
9393
* original SCXML document(s) parsed to create the object model:
9494
* <ul>
9595
* <li>The default document namespace is the SCXML namespace:

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,24 +54,24 @@
5454
/**
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>
57-
* The <b>W3CTests</b> class is standalone and can download and transform the IRP tests locally using respectively
58-
* commandline parameter <b>get</b> or <b>make</b>.
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>.
5959
* </p>
6060
* <p>
61-
* To execute one or multiple IRP tests the commandline parameter <b>run</b> must be specified.
61+
* To execute one or multiple IRP tests the commandline parameter <strong>run</strong> must be specified.
6262
* </p>
6363
* <p>
64-
* Optional environment parameter <b>-Ddatamodel=&lt;minimal|ecma|jexl|groovy&gt;</b> can be specified to limit the
64+
* Optional environment parameter <strong>-Ddatamodel=&lt;minimal|ecma|jexl|groovy&gt;</strong> can be specified to limit the
6565
* execution of the tests for and using only the specified datamodel language.
6666
* </p>
6767
* <p>
68-
* Optional environment parameter <b>-Dtest=&lt;testId&gt;</b> can be specified to only execute a single test, which
69-
* also can be combined with the <b>-Ddatamodel</b> parameter.
68+
* Optional environment parameter <strong>-Dtest=&lt;testId&gt;</strong> can be specified to only execute a single test, which
69+
* also can be combined with the <strong>-Ddatamodel</strong> parameter.
7070
* </p>
7171
* <p>
72-
* The W3CTests also uses a separate <b><code>tests.xml</code></b> configuration file, located in the
73-
* <b><code>src/test/resources/w3c</code></b> directory, which is manually maintained to enable|disable execution
74-
* of tests (when <em>not</em> using the <b>-Dtest</b> parameter, which will always execute the specified test).<br/>
72+
* The W3CTests also uses a separate <strong><code>tests.xml</code></strong> configuration file, located in the
73+
* <strong><code>src/test/resources/w3c</code></strong> directory, which is manually maintained to enable|disable execution
74+
* of tests (when <em>not</em> using the <strong>-Dtest</strong> parameter, which will always execute the specified test).<br/>
7575
* Furthermore, in this configuration file the current <em>success</em> or <em>failure</em> status, and even more
7676
* meta data per test is maintained.
7777
* </p>
@@ -279,7 +279,7 @@ public int skipped(final Datamodel dm) {
279279
}
280280

281281
/**
282-
* Tests model class used for loading the <b>tests.xml</b> configuration file
282+
* Tests model class used for loading the <strong>tests.xml</strong> configuration file
283283
*/
284284
@XmlRootElement(name="tests")
285285
@XmlAccessorType(XmlAccessType.FIELD)

0 commit comments

Comments
 (0)