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 95351e385ff Regen for commit 343319ff302eed55894c85cb16888553795c698a
95351e385ff is described below

commit 95351e385ffd0189643f88d1a69579065238deb0
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Sun Dec 18 12:27:11 2022 +0000

    Regen for commit 343319ff302eed55894c85cb16888553795c698a
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../src/main/java/org/apache/camel/ExtendedCamelContext.java      | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java 
b/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java
index e7fcb0e4edb..91022688999 100644
--- a/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java
+++ b/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java
@@ -861,16 +861,16 @@ public interface ExtendedCamelContext extends 
CamelContext {
     String resolvePropertyPlaceholders(String text, boolean 
keepUnresolvedOptional);
 
     /**
-     * Package name to use as base (offset) for classpath scanning of custom 
{@link CamelConfiguration}, {@link Configuration},
-     * and {@link TypeConverter}.
+     * Package name to use as base (offset) for classpath scanning of custom 
{@link CamelConfiguration},
+     * {@link Configuration}, and {@link TypeConverter}.
      *
      * @return the base package name (can bre null if not configured)
      */
     String getBasePackageScan();
 
     /**
-     * Package name to use as base (offset) for classpath scanning of custom 
{@link CamelConfiguration}, {@link Configuration},
-     * and {@link TypeConverter}.
+     * Package name to use as base (offset) for classpath scanning of custom 
{@link CamelConfiguration},
+     * {@link Configuration}, and {@link TypeConverter}.
      *
      * @param basePackageScan the base package name
      */

Reply via email to