mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[spellchecker] Redundant line removed
GitOrigin-RevId: 41fb28d86f5e4c5f6652a713df9f87362d52216f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f92e881991
commit
6b525f3f53
@@ -3,7 +3,9 @@ package com.intellij.spellchecker.inspections;
|
||||
|
||||
import com.intellij.codeInspection.*;
|
||||
import com.intellij.codeInspection.options.OptPane;
|
||||
import com.intellij.lang.*;
|
||||
import com.intellij.lang.ASTNode;
|
||||
import com.intellij.lang.Language;
|
||||
import com.intellij.lang.LanguageNamesValidation;
|
||||
import com.intellij.lang.injection.InjectedLanguageManager;
|
||||
import com.intellij.lang.refactoring.NamesValidator;
|
||||
import com.intellij.openapi.progress.ProgressManager;
|
||||
@@ -118,7 +120,6 @@ public final class SpellCheckingInspection extends LocalInspectionTool {
|
||||
* Splits element text in tokens according to spell checker strategy of given language
|
||||
*
|
||||
* @param element Psi element
|
||||
* @param allowedScopes
|
||||
* @param language Usually element.getLanguage()
|
||||
* @param consumer the consumer of tokens
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user