I did this stuff back in August. It's all in support of EWTS->Tibetan
conversion. The tag 'TODO(DLC)[EWTS->Tibetan]' exists all over the place. EWTS->Tibetan isn't here yet; lexing isn't here yet; this is mainly a refactoring so that the ACIP->Tibetan code can be reused to do EWTS->Tibetan. I'm committing this because tests pass (it shouldn't be breaking anything), because I want a checkpoint, and because the laptop this sandbox was on isn't my preferred development environment.
This commit is contained in:
parent
83f499b7a8
commit
37bf9a736d
26 changed files with 43219 additions and 98 deletions
|
@ -340,7 +340,7 @@ public class ErrorsAndWarnings {
|
|||
user preferences and falling back on built-in defaults if
|
||||
necessary (which it shouldn't be -- options.txt should be in
|
||||
the JAR with this class file. */
|
||||
static void setupSeverityMap() {
|
||||
public static void setupSeverityMap() {
|
||||
// errors:
|
||||
for (int i = MIN_ERROR; i <= MAX_ERROR; i++) {
|
||||
severityMap.put(new Integer(i), "ERROR");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue