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
This commit is contained in:
mdb
2006-02-23 19:01:47 +00:00
parent 478a5826a0
commit fde58fe833
+1 -1
View File
@@ -1338,7 +1338,7 @@ public class StringUtil
/**
* Converts a name of the form <code>weAreSoCool</code> to a name of
* the form <code>we_are_so_cool</code>.
* the form <code>WE_ARE_SO_COOL</code>.
*/
public static String unStudlyName (String name)
{