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 d6619a0 Javadoc fixes d6619a0 is described below commit d6619a0c22546c9c5fa714bebee16da57633af23 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 14:49:31 2023 -0500 Javadoc fixes --- .../java/org/apache/commons/scxml2/SCInstanceObjectInputStream.java | 2 +- src/main/java/org/apache/commons/scxml2/model/ModelException.java | 2 +- src/main/java/org/apache/commons/scxml2/model/SCXML.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/scxml2/SCInstanceObjectInputStream.java b/src/main/java/org/apache/commons/scxml2/SCInstanceObjectInputStream.java index 45ce297..9bd4231 100644 --- a/src/main/java/org/apache/commons/scxml2/SCInstanceObjectInputStream.java +++ b/src/main/java/org/apache/commons/scxml2/SCInstanceObjectInputStream.java @@ -38,7 +38,7 @@ public class SCInstanceObjectInputStream extends ObjectInputStream { * @param osc an instance of class ObjectStreamClass * @return a Class object corresponding to osc * @throws IOException if an I/O error occurs while reading the instance of class ObjectStreamClass - * @throws ClassNotFoundException if the class is not found while reading the the instance of class ObjectStreamClass + * @throws ClassNotFoundException if the class is not found while reading the instance of class ObjectStreamClass */ Class resolveClass(ObjectStreamClass osc) throws IOException, ClassNotFoundException; } diff --git a/src/main/java/org/apache/commons/scxml2/model/ModelException.java b/src/main/java/org/apache/commons/scxml2/model/ModelException.java index 3cb8c4d..2588e43 100644 --- a/src/main/java/org/apache/commons/scxml2/model/ModelException.java +++ b/src/main/java/org/apache/commons/scxml2/model/ModelException.java @@ -19,7 +19,7 @@ package org.apache.commons.scxml2.model; /** * Exception that is thrown when the SCXML model supplied to the * executor has a fatal flaw that prevents the executor from - * further interpreting the the model. + * further interpreting the model. * */ public class ModelException extends Exception { diff --git a/src/main/java/org/apache/commons/scxml2/model/SCXML.java b/src/main/java/org/apache/commons/scxml2/model/SCXML.java index c4875d1..343f690 100644 --- a/src/main/java/org/apache/commons/scxml2/model/SCXML.java +++ b/src/main/java/org/apache/commons/scxml2/model/SCXML.java @@ -320,7 +320,7 @@ public class SCXML implements Serializable, Observable { } /** - * Get the the initial transition target. + * Get the initial transition target. * * @return String Returns the initial transition target ID * @see #getInitialTransition()