You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2017/10/10 15:30:36 UTC

svn commit: r1811712 - /velocity/tools/trunk/velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ValueParser.java

Author: cbrisson
Date: Tue Oct 10 15:30:36 2017
New Revision: 1811712

URL: http://svn.apache.org/viewvc?rev=1811712&view=rev
Log:
[tools] Javadoc fix

Modified:
    velocity/tools/trunk/velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ValueParser.java

Modified: velocity/tools/trunk/velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ValueParser.java
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ValueParser.java?rev=1811712&r1=1811711&r2=1811712&view=diff
==============================================================================
--- velocity/tools/trunk/velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ValueParser.java (original)
+++ velocity/tools/trunk/velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ValueParser.java Tue Oct 10 15:30:36 2017
@@ -268,9 +268,9 @@ public class ValueParser extends FormatC
     }
 
     /**
-     * <p>Returns an array of values. If the internal value is a string, it is split using the ',' delimitor (if you need
-     * to split strings around another separator, use $collection.split() with the properly configured separator).</p>
-     * <p>If the internal value is not an array or is a string without any ',', a singletin array is returned.</p>
+     * <p>Returns an array of values. If the internal value is a string, it is split using the configured delimitor
+     * (',' by default).</p>
+     * <p>If the internal value is not an array or is a string without any delimiter, a singletin array is returned.</p>
      * @param key the desired parameter's key
      * @return array of values, or null of the key has not been found.
      *         specified alternate Object if there is no matching