Fixed crashing bug reported by Teresa Lam. Added tests so that I'm fairly

certain that no more crashing bugs exist.  Removed a marker for iffy code
after understanding that code via test cases.
This commit is contained in:
dchandler 2004-07-05 04:48:27 +00:00
parent 11c3898ad2
commit 6bb0646f1c

View file

@ -228,7 +228,6 @@ public class Trie
// the key is not 7-bit ASCII so we won't find it here
node = null;
ThdlDebug.noteIffyCode();
}
if (node == null)