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 0c6f0dd  Document Change
0c6f0dd is described below

commit 0c6f0dd6d22104d8e6147bfdf356f46c41ce6816
Author: Nitesh Koushik S <39699046+niteshkous...@users.noreply.github.com>
AuthorDate: Thu Oct 1 10:24:32 2020 +0530

    Document Change
    
    Providing Abbreviation for default value
---
 .../apache/camel/model/loadbalancer/WeightedLoadBalancerDefinition.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-core-engine/src/main/java/org/apache/camel/model/loadbalancer/WeightedLoadBalancerDefinition.java
 
b/core/camel-core-engine/src/main/java/org/apache/camel/model/loadbalancer/WeightedLoadBalancerDefinition.java
index 592c818..5e81d8b 100644
--- 
a/core/camel-core-engine/src/main/java/org/apache/camel/model/loadbalancer/WeightedLoadBalancerDefinition.java
+++ 
b/core/camel-core-engine/src/main/java/org/apache/camel/model/loadbalancer/WeightedLoadBalancerDefinition.java
@@ -77,7 +77,7 @@ public class WeightedLoadBalancerDefinition extends 
LoadBalancerDefinition {
     /**
      * Delimiter used to specify the distribution ratio.
      * <p/>
-     * The default value is ,
+     * The default value is , (comma)
      */
     public void setDistributionRatioDelimiter(String 
distributionRatioDelimiter) {
         this.distributionRatioDelimiter = distributionRatioDelimiter;

Reply via email to