Fix Lombok include.

This commit is contained in:
KHobbits 2012-01-19 15:08:37 +00:00
parent 2560bdca4a
commit 008f0d595f
2 changed files with 3 additions and 3 deletions

View file

@ -490,7 +490,7 @@ public class Util
return VANILLA_COLOR_PATTERN.matcher(input).replaceAll("");
}
public static String replaceColor(final String input)
{
if (input == null)