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 bc1859d3 Javadoc
bc1859d3 is described below
commit bc1859d32e1a75ae47542e92b3bef1d749804b59
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Mar 23 11:45:01 2026 -0700
Javadoc
---
src/main/java/org/apache/commons/scxml2/model/TransitionType.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/scxml2/model/TransitionType.java
b/src/main/java/org/apache/commons/scxml2/model/TransitionType.java
index 782b066b..7fecb593 100644
--- a/src/main/java/org/apache/commons/scxml2/model/TransitionType.java
+++ b/src/main/java/org/apache/commons/scxml2/model/TransitionType.java
@@ -17,7 +17,7 @@
package org.apache.commons.scxml2.model;
/**
- * Defines the allowable Transition type attribute values,
+ * Enumerates the allowable Transition type attribute values,
* <p>
* The Transition type determines whether the source state is exited in
transitions
* whose target state is a descendant of the source state.