This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 0e54a10 Regen for commit 3af31e9ee2297e9c51ae1799638fa10578ff8a5e
0e54a10 is described below
commit 0e54a103d979f08c465fde738bb68783ac399461
Author: davsclaus <[email protected]>
AuthorDate: Mon Oct 26 13:41:24 2020 +0000
Regen for commit 3af31e9ee2297e9c51ae1799638fa10578ff8a5e
Signed-off-by: GitHub <[email protected]>
---
.../src/generated/resources/org/apache/camel/catalog/docs/saga-eip.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/saga-eip.adoc
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/saga-eip.adoc
index 5bfb24e..afd51e7 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/saga-eip.adoc
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/saga-eip.adoc
@@ -69,7 +69,7 @@ Users that want to use the in-memory saga service should add
the following code
[source,java]
----
-context.addService(new org.apache.camel.impl.saga.InMemorySagaService());
+context.addService(new org.apache.camel.saga.InMemorySagaService());
----
The service belongs to the `camel-core` module.