Comment clarification from Jamie.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2601 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2009-07-28 04:59:21 +00:00
parent 804fda60a7
commit 41fdf8142f
+1 -1
View File
@@ -85,7 +85,7 @@ public class StringUtil
}
/**
* @return true if the string is null or empty, false otherwise.
* @return true if the string is null or consists only of whitespace, false otherwise.
*/
public static boolean isBlank (String value)
{