This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-scxml.git
The following commit(s) were added to refs/heads/master by this push: new 6ca3ff0b Javadoc 6ca3ff0b is described below commit 6ca3ff0b0a75e2e0e6a8737a9ae06b1b90ceaa29 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 21 11:46:30 2024 -0400 Javadoc Use HTML 'em' tag instead of 'i' tag --- src/main/java/org/apache/commons/scxml2/io/SCXMLWriter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/scxml2/io/SCXMLWriter.java b/src/main/java/org/apache/commons/scxml2/io/SCXMLWriter.java index db47eb62..9b341426 100644 --- a/src/main/java/org/apache/commons/scxml2/io/SCXMLWriter.java +++ b/src/main/java/org/apache/commons/scxml2/io/SCXMLWriter.java @@ -93,10 +93,10 @@ import org.w3c.dom.Node; * original SCXML document(s) parsed to create the object model: * <ul> * <li>The default document namespace is the SCXML namespace: - * <i>http://www.w3.org/2005/07/scxml</i></li> + * <em>http://www.w3.org/2005/07/scxml</em></li> * <li>The Commons SCXML namespace - * ( <i>https://commons.apache.org/scxml</i> ), if needed, uses the - * "<i>cs</i>" prefix</li> + * ( <em>https://commons.apache.org/scxml</em> ), if needed, uses the + * "<em>cs</em>" prefix</li> * <li>All namespace prefixes needed throughout the document are * declared on the document root element (<scxml>)</li> * </ul>