'ant clean check' was failing because I hadn't updated the

--find-some-non-tmw and --find-all-non-tmw baselines.

Code cleanup.
This commit is contained in:
dchandler 2003-06-22 16:11:58 +00:00
parent 66287f3cc9
commit 900f7492b0
3 changed files with 266 additions and 265 deletions

View file

@ -740,7 +740,8 @@ public class TibetanDocument extends DefaultStyledDocument {
replaceDuff(fontSize, i, equivalent[0], !toTM);
}
} else {
ThdlDebug.verify(!toUnicode); // DLC NOW
if (toUnicode)
throw new Error("Please execute 'Clear Preferences' and retry -- you've caused us to go into insert-and-remove mode, as opposed to replace mode, and replacing, the default preference, is the only way you can get TMW->Unicode conversion at present.");
if (insertBefore()) {
insertDuff(fontSize, i, equivalent, !toTM);
remove(i+1, 1);