You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/09/14 00:26:59 UTC

svn commit: r1384570 - /jmeter/trunk/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java

Author: sebb
Date: Thu Sep 13 22:26:59 2012
New Revision: 1384570

URL: http://svn.apache.org/viewvc?rev=1384570&view=rev
Log:
Javadoc

Modified:
    jmeter/trunk/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java

Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java?rev=1384570&r1=1384569&r2=1384570&view=diff
==============================================================================
--- jmeter/trunk/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java (original)
+++ jmeter/trunk/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java Thu Sep 13 22:26:59 2012
@@ -63,7 +63,7 @@ public final class JOrphanUtils {
      * @param truncate
      *            Should adjacent and leading/trailing splitChars be removed?
      *
-     * @return Array of all the tokens.
+     * @return Array of all the tokens; empty if the input string is null or the splitChar is null
      *
      * @see #split(String, String, String)
      *