From 81f4a12e245ee76ce7dfc5ef5cc60981070380a9 Mon Sep 17 00:00:00 2001 From: Simon Harrer Date: Mon, 30 May 2016 10:53:25 +0200 Subject: [PATCH] Fix typo --- src/main/tests/configuration/bpel/ScopeProcesses.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/tests/configuration/bpel/ScopeProcesses.java b/src/main/tests/configuration/bpel/ScopeProcesses.java index 7eb3c89e..d48cfc74 100644 --- a/src/main/tests/configuration/bpel/ScopeProcesses.java +++ b/src/main/tests/configuration/bpel/ScopeProcesses.java @@ -20,7 +20,7 @@ class ScopeProcesses { private static final Construct SCOPE_ATTRIBUTES_CONSTRUCT = new Construct(Groups.SCOPES, "Scope-Attributes", "All attributes of or , being exitOnStandardFault and isolated"); private static final Construct EVENT_HANDLERS_CONSTRUCT = new Construct(Groups.SCOPES, "EventHandlers", "Each scope, including the process scope, can have a set of event handlers. These event handlers can run concurrently and are invoked when the corresponding event occurs. (p. 137, BPEL)"); private static final Construct CORRELATION_SETS_CONSTRUCT = new Construct(Groups.SCOPES, "CorrelationSets", "Correlation can be used on every messaging activity and are defined on or . They ensure that the messages are routed to the process instance where the correlation set matches."); - private static final Construct MESSAGE_EXCHANGES_CONSTRUCT = new Construct(Groups.SCOPES, "MessageExchanges", "Manages message exchanges consisting of inbound message activities (IMA) and optional replys."); + private static final Construct MESSAGE_EXCHANGES_CONSTRUCT = new Construct(Groups.SCOPES, "MessageExchanges", "Manages message exchanges consisting of inbound message activities (IMA) and optional replies."); private static final Construct COMPENSATION_CONSTRUCT = new Construct(Groups.SCOPES, "Compensation", "The ability to declare compensation logic alongside forward-working logic is the underpinning of the application-controlled error-handling framework of WS-BPEL. (p. 118, BPEL)"); public static final EngineIndependentProcess COMPENSATE = BPELProcessBuilder.buildScopeProcess(