You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/22 04:19:10 UTC

[camel] branch master updated: Document change (#4265)

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 99abbf3  Document change (#4265)
99abbf3 is described below

commit 99abbf32cfba49279cff2c4b3b2ab547401e7a16
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Tue Sep 22 09:48:54 2020 +0530

    Document change (#4265)
    
    * Document change
    
    exist to exists
    
    * Document change
    
    exist to exists
---
 .../org/apache/camel/component/properties/PropertiesComponent.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/camel-base/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java b/core/camel-base/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java
index c05d6bb..175dd25 100644
--- a/core/camel-base/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java
+++ b/core/camel-base/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java
@@ -419,7 +419,7 @@ public class PropertiesComponent extends ServiceSupport
     }
 
     /**
-     * @return a list of properties that take precedence and will use first, if a property exist (can't be null).
+     * @return a list of properties that take precedence and will use first, if a property exists (can't be null).
      */
     public Properties getOverrideProperties() {
         if (overrideProperties == null) {
@@ -430,7 +430,7 @@ public class PropertiesComponent extends ServiceSupport
     }
 
     /**
-     * Sets a special list of override properties that take precedence and will use first, if a property exist.
+     * Sets a special list of override properties that take precedence and will use first, if a property exists.
      */
     @Override
     public void setOverrideProperties(Properties overrideProperties) {
@@ -439,7 +439,7 @@ public class PropertiesComponent extends ServiceSupport
 
     /**
      * Sets a special list of local properties (ie thread local) that take precedence and will use first, if a property
-     * exist.
+     * exists.
      */
     @Override
     public void setLocalProperties(Properties localProperties) {