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:42 UTC

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

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
      *