Skip to content

Commit cb2d20f

Browse files
committed
清理代码
1 parent 83ee72b commit cb2d20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/hankcs/book/ch02/AhoCorasickDoubleArrayTrieSegmentation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void main(String[] args) throws IOException
4242
}
4343
}
4444

45-
private static void classicDemo() throws IOException
45+
private static void classicDemo()
4646
{
4747
String[] keyArray = new String[]{"hers", "his", "she", "he"};
4848
TreeMap<String, String> map = new TreeMap<String, String>();

0 commit comments

Comments
 (0)