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 05def290 Fix typos in comments 05def290 is described below commit 05def29007f8a3896e04b595f3d1f6c1db42c39e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 21 09:20:55 2024 -0400 Fix typos in comments --- src/main/java/org/apache/commons/scxml2/EventDispatcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/scxml2/EventDispatcher.java b/src/main/java/org/apache/commons/scxml2/EventDispatcher.java index 6a87d068..3db5c716 100644 --- a/src/main/java/org/apache/commons/scxml2/EventDispatcher.java +++ b/src/main/java/org/apache/commons/scxml2/EventDispatcher.java @@ -40,7 +40,7 @@ public interface EventDispatcher { * it is 'attached' to. * To support easy setup and configuration of an invoked child statemachine (see {@link Invoker}) * the EventDispatcher provides this newInstnace method to allow creating a new instance without sharing its - * internal state.. + * internal state. * @return a new EventDispatcher instance for usage in an invoked child statemachine. */ EventDispatcher newInstance();