Formatting!

This commit is contained in:
WayofTime 2016-04-05 16:16:17 -04:00
parent 029091852d
commit b56bbef29e
14 changed files with 57 additions and 54 deletions

View file

@ -35,8 +35,8 @@ public class ChatUtil
}
/**
* Returns a standard {@link TextComponentString} for the given {@link String}
* .
* Returns a standard {@link TextComponentString} for the given
* {@link String} .
*
* @param s
* The string to wrap.

View file

@ -69,7 +69,8 @@ public class TextHelper
return cutLongString(string, 30);
}
public static boolean canTranslate(String key) {
public static boolean canTranslate(String key)
{
return I18n.canTranslate(key);
}
}