Repository: commons-scxml Updated Branches: refs/heads/master 8cfccaf4c -> c485c2886
SCXML-268 Support <donedata> and complete the handling of <final> and <finalize> Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/c485c288 Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/tree/c485c288 Diff: http://git-wip-us.apache.org/repos/asf/commons-scxml/diff/c485c288 Branch: refs/heads/master Commit: c485c288677e08b6e48f42b06e508d70f0f0a20d Parents: 8cfccaf Author: Ate Douma <[email protected]> Authored: Sun Dec 10 21:43:49 2017 +0100 Committer: Ate Douma <[email protected]> Committed: Sun Dec 10 21:43:49 2017 +0100 ---------------------------------------------------------------------- .../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/c485c288/src/main/java/org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.java b/src/main/java/org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.java index 7c35767..8fcb938 100644 --- a/src/main/java/org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.java +++ b/src/main/java/org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.java @@ -201,9 +201,6 @@ public class SCXMLSemanticsImpl implements SCXMLSemantics { * <p> * This final step will exit all remaining active states and cancel any active invokers. * </p> - * <p> - * <em>TODO: the current implementation does not yet provide final donedata handling.</em> - * </p> * @param exctx The execution context for this step * @throws ModelException if a SCXML model error occurred during the execution. */
