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
The following commit(s) were added to refs/heads/master by this push:
new c32395a Fixed CS for Camel-Hazelcast
c32395a is described below
commit c32395ab460ee929a1b6829c092ef67eb31cf6a2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 30 12:00:11 2019 +0200
Fixed CS for Camel-Hazelcast
---
.../org/apache/camel/component/hazelcast/HazelcastDefaultEndpoint.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/HazelcastDefaultEndpoint.java
b/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/HazelcastDefaultEndpoint.java
index 26815ca..e94ce99 100644
---
a/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/HazelcastDefaultEndpoint.java
+++
b/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/HazelcastDefaultEndpoint.java
@@ -64,7 +64,7 @@ public abstract class HazelcastDefaultEndpoint extends
DefaultEndpoint {
public abstract Producer createProducer() throws Exception;
-public HazelcastCommand getCommand() {
+ public HazelcastCommand getCommand() {
return command;
}