We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e100d7b commit 05def29Copy full SHA for 05def29
src/main/java/org/apache/commons/scxml2/EventDispatcher.java
@@ -40,7 +40,7 @@ public interface EventDispatcher {
40
* it is 'attached' to.
41
* To support easy setup and configuration of an invoked child statemachine (see {@link Invoker})
42
* the EventDispatcher provides this newInstnace method to allow creating a new instance without sharing its
43
- * internal state..
+ * internal state.
44
* @return a new EventDispatcher instance for usage in an invoked child statemachine.
45
*/
46
EventDispatcher newInstance();
0 commit comments