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


The following commit(s) were added to refs/heads/master by this push:
     new f257e16  camel-heatlh - use shorthand id
f257e16 is described below

commit f257e16d100b14c0a24b748d9df997f32497f823
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri May 29 16:33:05 2020 +0200

    camel-heatlh - use shorthand id
---
 .../camel/component/consul/health/ConsulHealthCheckRepository.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-consul/src/main/java/org/apache/camel/component/consul/health/ConsulHealthCheckRepository.java
 
b/components/camel-consul/src/main/java/org/apache/camel/component/consul/health/ConsulHealthCheckRepository.java
index c1f2ca7f..ae6e827 100644
--- 
a/components/camel-consul/src/main/java/org/apache/camel/component/consul/health/ConsulHealthCheckRepository.java
+++ 
b/components/camel-consul/src/main/java/org/apache/camel/component/consul/health/ConsulHealthCheckRepository.java
@@ -225,6 +225,6 @@ public class ConsulHealthCheckRepository implements 
HealthCheckRepository, Camel
 
        @Override
        public String getId() {
-        return "ConsulHealtcheckRepository";
+        return "consul";
        }
 }

Reply via email to