refactor(i18n): unnecessary static field
This commit is contained in:
parent
7eacc92a22
commit
cb11f5e47a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import java.text.MessageFormat;
|
|||
import java.util.Optional;
|
||||
|
||||
public class I18N {
|
||||
private final static MessageFormat formatter = new MessageFormat("");
|
||||
private final MessageFormat formatter = new MessageFormat("");
|
||||
private final Player player;
|
||||
private final Locale playerLocale;
|
||||
|
||||
|
|
Loading…
Reference in a new issue