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 ff148cac Javadoc
ff148cac is described below
commit ff148cac3c8f7800e11291a2d3402b9ae87018b6
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Oct 7 08:48:24 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/scxml2/TriggerEvent.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/scxml2/TriggerEvent.java
b/src/main/java/org/apache/commons/scxml2/TriggerEvent.java
index 0448ea74..a73c34c1 100644
--- a/src/main/java/org/apache/commons/scxml2/TriggerEvent.java
+++ b/src/main/java/org/apache/commons/scxml2/TriggerEvent.java
@@ -106,7 +106,7 @@ public class TriggerEvent implements Serializable {
*
* @param name The event name
* @param type The event type
- * @deprecated use {@link EventBuilder instead}
+ * @deprecated Use {@link EventBuilder instead}
*/
@Deprecated
public TriggerEvent(final String name, final int type) {