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 8ff64ca  Polished
8ff64ca is described below

commit 8ff64ca33ccc6b091731747443d88f2ad8dceb73
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Jun 3 14:38:12 2020 +0200

    Polished
---
 docs/components/modules/others/pages/microprofile-health.adoc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/components/modules/others/pages/microprofile-health.adoc 
b/docs/components/modules/others/pages/microprofile-health.adoc
index 1a3d105..43b14ac 100644
--- a/docs/components/modules/others/pages/microprofile-health.adoc
+++ b/docs/components/modules/others/pages/microprofile-health.adoc
@@ -40,7 +40,6 @@ public class MyHealthCheck extends 
AbstractCamelMicroProfileLivenessCheck {
 
     public MyHealthCheck() {
         super("my-liveness-check-id");
-        getConfiguration().setEnabled(true);
     }
 
     @Override

Reply via email to