This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1360236749d3475072d6883b5d0fb61127ad1a2f Author: Claus Ibsen <[email protected]> AuthorDate: Thu Jan 21 15:33:41 2021 +0100 CAMEL-15759: Polished --- .../src/main/java/org/apache/camel/catalog/RuntimeCamelCatalog.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/catalog/RuntimeCamelCatalog.java b/core/camel-api/src/main/java/org/apache/camel/catalog/RuntimeCamelCatalog.java index a93c425..78c5f47 100644 --- a/core/camel-api/src/main/java/org/apache/camel/catalog/RuntimeCamelCatalog.java +++ b/core/camel-api/src/main/java/org/apache/camel/catalog/RuntimeCamelCatalog.java @@ -26,8 +26,7 @@ import org.apache.camel.spi.EndpointUriFactory; import org.apache.camel.spi.SendDynamicAware; /** - * Runtime catalog which limited API needed by components that supports {@link ComponentVerifierExtension} or - * {@link SendDynamicAware}. + * Runtime catalog which limited API needed by components that supports {@link ComponentVerifierExtension}. */ public interface RuntimeCamelCatalog extends StaticService, CamelContextAware {
