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 df2f7636 Javadoc
df2f7636 is described below

commit df2f76365dcc7bf76ca948d3b1a1e62a904cf89b
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 17:01:59 2025 -0500

    Javadoc
---
 src/main/java/org/apache/commons/scxml2/ActionExecutionContext.java | 2 +-
 src/main/java/org/apache/commons/scxml2/SCInstance.java             | 2 +-
 src/main/java/org/apache/commons/scxml2/SCXMLExecutionContext.java  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/scxml2/ActionExecutionContext.java 
b/src/main/java/org/apache/commons/scxml2/ActionExecutionContext.java
index 41c761e5..18389cf4 100644
--- a/src/main/java/org/apache/commons/scxml2/ActionExecutionContext.java
+++ b/src/main/java/org/apache/commons/scxml2/ActionExecutionContext.java
@@ -32,7 +32,7 @@ public class ActionExecutionContext {
     private final SCXMLExecutionContext exctx;
 
     /**
-     * Constructor
+     * Constructs a new instance.
      * @param exctx The SCXML execution context this action execution context 
belongs to
      */
     public ActionExecutionContext(final SCXMLExecutionContext exctx) {
diff --git a/src/main/java/org/apache/commons/scxml2/SCInstance.java 
b/src/main/java/org/apache/commons/scxml2/SCInstance.java
index 44b6c3e8..fdde87ad 100644
--- a/src/main/java/org/apache/commons/scxml2/SCInstance.java
+++ b/src/main/java/org/apache/commons/scxml2/SCInstance.java
@@ -131,7 +131,7 @@ public class SCInstance implements Serializable {
     private boolean singleContext;
 
     /**
-     * Constructor
+     * Constructs a new instance.
      * @param internalIOProcessor The I/O Processor for the internal event 
queue
      * @param evaluator The evaluator
      * @param errorReporter The error reporter
diff --git a/src/main/java/org/apache/commons/scxml2/SCXMLExecutionContext.java 
b/src/main/java/org/apache/commons/scxml2/SCXMLExecutionContext.java
index ec31c1b8..2d9fcc30 100644
--- a/src/main/java/org/apache/commons/scxml2/SCXMLExecutionContext.java
+++ b/src/main/java/org/apache/commons/scxml2/SCXMLExecutionContext.java
@@ -130,7 +130,7 @@ public class SCXMLExecutionContext implements 
SCXMLIOProcessor {
     private String sessionId;
 
     /**
-     * Constructor
+     * Constructs a new instance.
      *
      * @param scxmlExecutor The SCXMLExecutor of this SCXMLExecutionContext
      * @param evaluator The evaluator

Reply via email to