From f6531e12f6ce005865838366a54fcc3c183db3e1 Mon Sep 17 00:00:00 2001 From: Konstantin Bulenkov Date: Wed, 11 Nov 2009 16:51:33 +0300 Subject: [PATCH] compilation fix? --- .../src/com/intellij/spellchecker/inspections/TextSplitter.java | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/spellchecker/src/com/intellij/spellchecker/inspections/TextSplitter.java b/plugins/spellchecker/src/com/intellij/spellchecker/inspections/TextSplitter.java index 7b48fa8b0d..f12b64eb5a 100644 --- a/plugins/spellchecker/src/com/intellij/spellchecker/inspections/TextSplitter.java +++ b/plugins/spellchecker/src/com/intellij/spellchecker/inspections/TextSplitter.java @@ -23,7 +23,6 @@ import org.jetbrains.annotations.NonNls; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; -import java.text.Normalizer; import java.util.ArrayList; import java.util.List; import java.util.regex.Matcher; -- 2.11.4.GIT