Fix some out of style formatting.

This commit is contained in:
md_5
2014-07-12 19:50:56 +10:00
parent c965e60f5e
commit 949f150ea0
5 changed files with 11 additions and 5 deletions

View File

@@ -104,7 +104,8 @@ public class TranslatableComponent extends BaseComponent
@Override
protected void toPlainText(StringBuilder builder)
{
try {
try
{
String trans = locales.getString( translate );
Matcher matcher = format.matcher( trans );
int position = 0;

View File

@@ -2,6 +2,7 @@ package net.md_5.bungee.api.tab;
/**
* Represents a custom tab list, which may have slots manipulated.
*
* @deprecated Future Minecraft versions render this API useless
*/
@Deprecated