mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
(no message)
This commit is contained in:
@@ -370,7 +370,7 @@ public abstract class IntroduceVariableBase extends IntroduceHandlerBase impleme
|
||||
|
||||
protected abstract void highlightReplacedOccurences(Project project, Editor editor, PsiElement[] replacedOccurences);
|
||||
|
||||
protected abstract void getSettings(InputValidator validator);
|
||||
protected abstract void getSettings();
|
||||
|
||||
protected abstract void showErrorMessage(String message, Project project);
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.ArrayList;
|
||||
|
||||
public class IntroduceVariableHandler extends IntroduceVariableBase {
|
||||
|
||||
protected void getSettings(IntroduceVariableBase.InputValidator validator) {
|
||||
protected void getSettings() {
|
||||
ArrayList highlighters = new ArrayList();
|
||||
HighlightManager highlightManager = null;
|
||||
if (editor != null) {
|
||||
|
||||
Reference in New Issue
Block a user