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:
parent
11c3898ad2
commit
6bb0646f1c
1 changed files with 0 additions and 1 deletions
|
@ -228,7 +228,6 @@ public class Trie
|
||||||
// the key is not 7-bit ASCII so we won't find it here
|
// the key is not 7-bit ASCII so we won't find it here
|
||||||
node = null;
|
node = null;
|
||||||
|
|
||||||
ThdlDebug.noteIffyCode();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (node == null)
|
if (node == null)
|
||||||
|
|
Loading…
Reference in a new issue