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 2020/09/23 14:00:37 UTC

[camel] branch master updated: Document Update

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 49827c6  Document Update
49827c6 is described below

commit 49827c6b3a5361efa88fc78fa1b4b00a12b66386
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Wed Sep 23 19:15:27 2020 +0530

    Document Update
    
    Changes in made as per the comments from the PR "https://github.com/apache/camel-spring-boot/pull/177"
---
 .../java/org/apache/camel/main/DefaultConfigurationProperties.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java b/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
index 9282b0c..7584326 100644
--- a/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
+++ b/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
@@ -510,7 +510,7 @@ public abstract class DefaultConfigurationProperties<T> {
     /**
      * Sets whether the object should automatically start when Camel starts. Important: Currently only routes can be
      * disabled, as CamelContext's are always started. Note: When setting auto startup false on CamelContext then that
-     * takes precedence and no routes is started. You would need to start CamelContext explicit using the
+     * takes precedence and no routes are started. You would need to start CamelContext explicit using the
      * org.apache.camel.CamelContext.start() method, to start the context, and then you would need to start the routes
      * manually using CamelContext.getRouteController().startRoute(String).
      *
@@ -647,7 +647,7 @@ public abstract class DefaultConfigurationProperties<T> {
     }
 
     /**
-     * Sets the JMX statistics level The level can be set to Extended to gather additional information
+     * Sets the JMX statistics level, the level can be set to Extended to gather additional information
      *
      * The default value is Default.
      */