-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
The Java documentation of the MessageCorrelationBuilder#correlate method links to the wrong method.
/** * Executes the message correlation. * * @deprecated use {@link #correlateAllWithResult() ()} instead. */ @Deprecated void correlate();
The link should be adjusted to correlateWithResult.