This commit is contained in:
parrt 2017-03-14 11:09:37 -07:00
parent 1b0a8aa2e8
commit 60f70e778c
1 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@ import java.io.File;
import java.net.URL;
import java.util.Collection;
import java.util.EnumSet;
import java.util.Locale;
import java.util.Set;
public class ErrorManager {
@ -32,8 +31,6 @@ public class ErrorManager {
/** The group of templates that represent the current message format. */
STGroup format;
/** Messages should be sensitive to the locale. */
Locale locale;
String formatName;
ErrorBuffer initSTListener = new ErrorBuffer();