This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 149ab1315d8 Regen for commit 1e3ad3cf89a716a9b536f65298d90e47ac3e7f55
149ab1315d8 is described below
commit 149ab1315d806f64e4cd2d0e48f08ce0b1a80d89
Author: oscerd <[email protected]>
AuthorDate: Mon Feb 27 13:44:14 2023 +0000
Regen for commit 1e3ad3cf89a716a9b536f65298d90e47ac3e7f55
Signed-off-by: GitHub <[email protected]>
---
core/camel-api/src/main/java/org/apache/camel/CamelContext.java | 4 ++--
core/camel-api/src/main/java/org/apache/camel/Exchange.java | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
index 0205cfd4026..a0392083ca3 100644
--- a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
+++ b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
@@ -77,8 +77,8 @@ import org.apache.camel.vault.VaultConfiguration;
* End users are advised to use suspend/resume. Using stop is for shutting
down Camel and it's not guaranteed that when
* it's being started again using the start method that Camel will operate
consistently.
* <p/>
- * You can use the {@link CamelContext#getCamelContextExtension()} to obtain
the extension point for the {@link CamelContext}.
- * This extension point exposes internal APIs via {@link ExtendedCamelContext}.
+ * You can use the {@link CamelContext#getCamelContextExtension()} to obtain
the extension point for the
+ * {@link CamelContext}. This extension point exposes internal APIs via {@link
ExtendedCamelContext}.
*/
public interface CamelContext extends CamelContextLifecycle,
RuntimeConfiguration {
diff --git a/core/camel-api/src/main/java/org/apache/camel/Exchange.java
b/core/camel-api/src/main/java/org/apache/camel/Exchange.java
index 12e4610f206..782f50749e8 100644
--- a/core/camel-api/src/main/java/org/apache/camel/Exchange.java
+++ b/core/camel-api/src/main/java/org/apache/camel/Exchange.java
@@ -265,7 +265,7 @@ public interface Exchange {
String XSLT_FATAL_ERROR = "CamelXsltFatalError";
String XSLT_WARNING = "CamelXsltWarning";
- /**
+ /**
* Returns the {@link ExchangePattern} (MEP) of this exchange.
*
* @return the message exchange pattern of this exchange
@@ -660,8 +660,8 @@ public interface Exchange {
long getCreated();
/**
- * Gets the {@link ExchangeExtension} that contains the extension points
for internal exchange APIs. These APIs
- * are intended for internal usage within Camel and end-users should avoid
using them.
+ * Gets the {@link ExchangeExtension} that contains the extension points
for internal exchange APIs. These APIs are
+ * intended for internal usage within Camel and end-users should avoid
using them.
*
* @return the {@link ExchangeExtension} point for this exchange.
*/