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/10/12 04:41:41 UTC

[camel] branch master updated (47c9505 -> 934c4cf)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 47c9505  Regen catalog
     new 96312b3  Removal of duplicate key words
     new 934c4cf  Spelling correction

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/camel/main/DefaultConfigurationProperties.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Spelling correction

Posted by ac...@apache.org.
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

commit 934c4cfa60557cd1f268acdef6ae079acae522be
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Mon Oct 12 10:10:35 2020 +0530

    Spelling correction
    
    Spelling correction
---
 .../main/java/org/apache/camel/main/DefaultConfigurationProperties.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ce8fe40..37d3a59 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
@@ -195,7 +195,7 @@ public abstract class DefaultConfigurationProperties<T> {
     }
 
     /**
-     * Sets whether routes should be shutdown in reverse or the same order as they where started.
+     * Sets whether routes should be shutdown in reverse or the same order as they were started.
      */
     public void setShutdownRoutesInReverseOrder(boolean shutdownRoutesInReverseOrder) {
         this.shutdownRoutesInReverseOrder = shutdownRoutesInReverseOrder;


[camel] 01/02: Removal of duplicate key words

Posted by ac...@apache.org.
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

commit 96312b3098a0d9d17568c9f690d076ab1fb5a3e3
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Mon Oct 12 10:08:32 2020 +0530

    Removal of duplicate key words
    
    Removal of duplicate key words
---
 .../main/java/org/apache/camel/main/DefaultConfigurationProperties.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 7584326..ce8fe40 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
@@ -721,7 +721,7 @@ public abstract class DefaultConfigurationProperties<T> {
     }
 
     /**
-     * Used for filtering routes routes matching the given pattern, which follows the following rules:
+     * Used for filtering routes matching the given pattern, which follows the following rules:
      *
      * - Match by route id - Match by route input endpoint uri
      *