Author: pmouawad Date: Mon Sep 3 19:35:18 2012 New Revision: 1380314 URL: http://svn.apache.org/viewvc?rev=1380314&view=rev Log: Fix wrong javadocs 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=1380314&r1=1380313&r2=1380314&view=diff ============================================================================== --- jmeter/trunk/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java (original) +++ jmeter/trunk/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java Mon Sep 3 19:35:18 2012 @@ -514,7 +514,7 @@ public final class JOrphanUtils { } /** - * Check that value is not empty (""), not null and not whitespace only. + * Check that value is empty (""), null or whitespace only. * @param value Value * @return true if the String is not empty (""), not null and not whitespace only. */