You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/05 15:54:38 UTC

[camel] 01/04: Camel-Hazelcast: Fixed Hazelcast-set description

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8cff6a1b1b994a1ee1bb20ff425c8f1d821c7e39
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 5 15:58:58 2019 +0100

    Camel-Hazelcast: Fixed Hazelcast-set description
---
 .../org/apache/camel/component/hazelcast/set/HazelcastSetEndpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/set/HazelcastSetEndpoint.java b/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/set/HazelcastSetEndpoint.java
index cf295ee..3d6d8f1 100644
--- a/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/set/HazelcastSetEndpoint.java
+++ b/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/set/HazelcastSetEndpoint.java
@@ -27,7 +27,7 @@ import org.apache.camel.component.hazelcast.HazelcastDefaultEndpoint;
 import org.apache.camel.spi.UriEndpoint;
 
 /**
- * The camel {@link Endpoint} to access <a href="http://www.hazelcast.com/">Hazelcast</a> distributed set.
+ * The hazelcast-set component is used to access <a href="http://www.hazelcast.com/">Hazelcast</a> distributed set.
  */
 @UriEndpoint(firstVersion = "2.7.0", scheme = "hazelcast-set", title = "Hazelcast Set", syntax = "hazelcast-set:cacheName", label = "cache,datagrid")
 public class HazelcastSetEndpoint extends HazelcastDefaultEndpoint {