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:
@@ -1338,7 +1338,7 @@ public class StringUtil
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts a name of the form <code>weAreSoCool</code> to a name of
|
* 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)
|
public static String unStudlyName (String name)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user