This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit abbdf389981059769a3428dac3cebf8479342ace Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Dec 18 10:53:52 2022 +0100 Polished --- .../src/main/java/org/apache/camel/ExtendedCamelContext.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 29f5abe5b34..e7fcb0e4edb 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,14 +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 services, type converters, and the likes + * 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 services, type converters, and the likes + * 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 */