Updated comments w.r.t. return values.

fix-message-formatting
Danny van Heumen 12 years ago
parent c868e95e96
commit f735b86f43

@ -39,7 +39,8 @@ private Utils()
* TODO Support color coding: 0x03<00-15>[,00-15]
*
* @param text message
* @return returns the processed message
* @return returns the processed message or null if text message was null,
* since there is nothing to modify there
*/
public static String parse(String text)
{

Loading…
Cancel
Save