From fde58fe833048cf595a02426d1cfc1071b9fdf9d Mon Sep 17 00:00:00 2001 From: mdb Date: Thu, 23 Feb 2006 19:01:47 +0000 Subject: [PATCH] Note in the documentation that we convert things to uppercase. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1793 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 679d9bfe..9add34f0 100644 --- a/src/java/com/samskivert/util/StringUtil.java +++ b/src/java/com/samskivert/util/StringUtil.java @@ -1338,7 +1338,7 @@ public class StringUtil /** * Converts a name of the form weAreSoCool to a name of - * the form we_are_so_cool. + * the form WE_ARE_SO_COOL. */ public static String unStudlyName (String name) {