From 6bb0646f1cb1d868d79dc3a013f05118311b0ca7 Mon Sep 17 00:00:00 2001 From: dchandler Date: Mon, 5 Jul 2004 04:48:27 +0000 Subject: [PATCH] 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. --- source/org/thdl/util/Trie.java | 1 - 1 file changed, 1 deletion(-) diff --git a/source/org/thdl/util/Trie.java b/source/org/thdl/util/Trie.java index cc2fbe1..760382e 100644 --- a/source/org/thdl/util/Trie.java +++ b/source/org/thdl/util/Trie.java @@ -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)