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 b2b43730 Javadoc b2b43730 is described below commit b2b43730975fd59bec7a3735662f248d6d2ec8e4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 14 14:01:11 2023 -0500 Javadoc --- src/main/java/org/apache/commons/scxml2/invoke/SimpleSCXMLInvoker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/scxml2/invoke/SimpleSCXMLInvoker.java b/src/main/java/org/apache/commons/scxml2/invoke/SimpleSCXMLInvoker.java index 0f869256..ce307c02 100644 --- a/src/main/java/org/apache/commons/scxml2/invoke/SimpleSCXMLInvoker.java +++ b/src/main/java/org/apache/commons/scxml2/invoke/SimpleSCXMLInvoker.java @@ -41,7 +41,7 @@ public class SimpleSCXMLInvoker implements Invoker, Serializable { /** Serial version UID. */ private static final long serialVersionUID = 1L; - /** invokeId ID. */ + /** InvokeId ID. */ private String invokeId; /** Invoking parent SCXMLExecutor */ private SCXMLExecutor parentSCXMLExecutor;