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 cbb1f87  CAMEL-12660: Polished spring-boot docs
cbb1f87 is described below

commit cbb1f87fd6f501a24997e70619f04feca28f61d9
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Aug 10 10:01:21 2018 +0200

    CAMEL-12660: Polished spring-boot docs
---
 components/camel-spring-boot/src/main/docs/spring-boot.adoc             | 2 +-
 .../camel/spring/boot/SupervisingRouteControllerConfiguration.java      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-spring-boot/src/main/docs/spring-boot.adoc 
b/components/camel-spring-boot/src/main/docs/spring-boot.adoc
index 43c188d..d8bad47 100644
--- a/components/camel-spring-boot/src/main/docs/spring-boot.adoc
+++ b/components/camel-spring-boot/src/main/docs/spring-boot.adoc
@@ -216,7 +216,7 @@ The component supports 139 options, which are listed below.
 | *camel.supervising.controller.default-back-off.max-delay* | The maximum 
back-off time. You can also specify time values using units, such as 60s (60 
seconds), 5m30s (5 minutes and 30 seconds), and 1h (1 hour). |  | String
 | *camel.supervising.controller.default-back-off.max-elapsed-time* | The 
maximum elapsed time after which the back-off is exhausted. You can also 
specify time values using units, such as 60s (60 seconds), 5m30s (5 minutes and 
30 seconds), and 1h (1 hour). |  | String
 | *camel.supervising.controller.default-back-off.multiplier* | The value to 
multiply the current interval by for each retry attempt. |  | Double
-| *camel.supervising.controller.enabled* | Global option to enable/disable 
this ${@link org.apache.camel.spi.RouteController}, default is false. | false | 
Boolean
+| *camel.supervising.controller.enabled* | Global option to enable/disable 
this org.apache.camel.spi.RouteController, default is false. | false | Boolean
 | *camel.supervising.controller.initial-delay* | Set the amount of time the 
route controller should wait before to start the routes after the camel context 
is started or after the route is initialized if the route is created after the 
camel context is started. |  | String
 | *camel.supervising.controller.routes* | Routes configuration. |  | Map
 | *management.endpoint.camelroutecontroller.cache.time-to-live* | Maximum time 
that a response can be cached. | 0ms | Duration
diff --git 
a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/SupervisingRouteControllerConfiguration.java
 
b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/SupervisingRouteControllerConfiguration.java
index 1c4096d..afde000 100644
--- 
a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/SupervisingRouteControllerConfiguration.java
+++ 
b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/SupervisingRouteControllerConfiguration.java
@@ -24,7 +24,7 @@ import 
org.springframework.boot.context.properties.ConfigurationProperties;
 @ConfigurationProperties(prefix = "camel.supervising.controller")
 public class SupervisingRouteControllerConfiguration {
     /**
-     * Global option to enable/disable this ${@link 
org.apache.camel.spi.RouteController}, default is false.
+     * Global option to enable/disable this 
org.apache.camel.spi.RouteController, default is false.
      */
     private boolean enabled;
 

Reply via email to