This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.22.x by this push:
new e7838ac camel-service: fix component description
e7838ac is described below
commit e7838ac8afd426b7f179cf5a67fddeccaf983fc6
Author: lburgazzoli <[email protected]>
AuthorDate: Thu Jul 5 08:38:20 2018 +0200
camel-service: fix component description
---
.../main/java/org/apache/camel/component/service/ServiceEndpoint.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
a/components/camel-service/src/main/java/org/apache/camel/component/service/ServiceEndpoint.java
b/components/camel-service/src/main/java/org/apache/camel/component/service/ServiceEndpoint.java
index bd6b52e..b15fe0e 100644
---
a/components/camel-service/src/main/java/org/apache/camel/component/service/ServiceEndpoint.java
+++
b/components/camel-service/src/main/java/org/apache/camel/component/service/ServiceEndpoint.java
@@ -30,7 +30,6 @@ import org.apache.camel.api.management.ManagedResource;
import org.apache.camel.cloud.DiscoverableService;
import org.apache.camel.cloud.ServiceDefinition;
import org.apache.camel.cloud.ServiceRegistry;
-import org.apache.camel.cluster.CamelClusterView;
import org.apache.camel.impl.DefaultEndpoint;
import org.apache.camel.impl.cloud.DefaultServiceDefinition;
import org.apache.camel.spi.Metadata;
@@ -38,8 +37,7 @@ import org.apache.camel.spi.UriEndpoint;
import org.apache.camel.spi.UriPath;
/**
- * Represents an endpoint which only becomes active when the {@link
CamelClusterView}
- * has the leadership.
+ * Represents an endpoint which is registered to a Service Registry such as
Consul, Etcd.
*/
@ManagedResource(description = "Managed Service Endpoint")
@UriEndpoint(