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

commit 809bdfa9d5d9620b4a3e3c7f2180ee08d9631503
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 18 10:18:44 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/scxml2/Builtin.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/scxml2/Builtin.java 
b/src/main/java/org/apache/commons/scxml2/Builtin.java
index a46dfa6c..00995541 100644
--- a/src/main/java/org/apache/commons/scxml2/Builtin.java
+++ b/src/main/java/org/apache/commons/scxml2/Builtin.java
@@ -19,7 +19,7 @@ package org.apache.commons.scxml2;
 import java.io.Serializable;
 
 /**
- * Implementation of the SCXML specification required In() builtin predicate.
+ * Implements the SCXML specification required In() builtin predicate.
  */
 public class Builtin implements Serializable {
 

Reply via email to