From 41fdf8142f8ee1b96dcfe9a60487eaf174e68138 Mon Sep 17 00:00:00 2001 From: samskivert Date: Tue, 28 Jul 2009 04:59:21 +0000 Subject: [PATCH] Comment clarification from Jamie. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2601 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- src/java/com/samskivert/util/StringUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/samskivert/util/StringUtil.java b/src/java/com/samskivert/util/StringUtil.java index fd8017bb..f0d55895 100644 --- a/src/java/com/samskivert/util/StringUtil.java +++ b/src/java/com/samskivert/util/StringUtil.java @@ -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) {