(no message)

This commit is contained in:
Olesya Smirnova
2005-04-14 20:18:18 +04:00
parent e8aa071951
commit bcbd149f98
2 changed files with 2 additions and 2 deletions
@@ -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) {