From: Lubomir Rintel Date: Tue, 16 Feb 2010 13:39:10 +0000 (+0100) Subject: Delete unneeded import that is not compatible with OpenJDK X-Git-Url: https://repo.or.cz/w/fedora-idea.git/commitdiff_plain/9315dec7ae7e4aaef94291272e36fcfb6af1bed5 Delete unneeded import that is not compatible with OpenJDK --- diff --git a/plugins/spellchecker/src/com/intellij/spellchecker/SpellCheckerManager.java b/plugins/spellchecker/src/com/intellij/spellchecker/SpellCheckerManager.java index 630135483e..7e21685ac2 100644 --- a/plugins/spellchecker/src/com/intellij/spellchecker/SpellCheckerManager.java +++ b/plugins/spellchecker/src/com/intellij/spellchecker/SpellCheckerManager.java @@ -33,7 +33,6 @@ import com.intellij.spellchecker.state.StateLoader; import com.intellij.spellchecker.util.SPFileUtil; import com.intellij.spellchecker.util.Strings; import com.intellij.util.Consumer; -import com.sun.net.ssl.internal.ssl.SSLEngineImpl; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable;