You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/22 13:25:40 UTC

[camel] branch main updated: Remove unusued constant

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


The following commit(s) were added to refs/heads/main by this push:
     new 2e44696  Remove unusued constant
2e44696 is described below

commit 2e446965c5383b54125890b18cec1f86bf577a6a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 22 14:23:07 2021 +0100

    Remove unusued constant
---
 .../src/main/java/org/apache/camel/catalog/RuntimeCamelCatalog.java  | 5 -----
 1 file changed, 5 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 78c5f47..d14a4c7 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
@@ -36,11 +36,6 @@ public interface RuntimeCamelCatalog extends StaticService, CamelContextAware {
     String FACTORY = "runtime-camelcatalog";
 
     /**
-     * Factory key for {@link EndpointUriFactory}
-     */
-    String ENDPOINT_URI_ASSEMBLER_FACTORY = "runtime-camelcatalog-endpointuriassembler";
-
-    /**
      * Returns the component information as JSON format.
      * <p/>
      * This API is needed by {@link ComponentVerifierExtension}.