restore and deprecate api for a while

This commit is contained in:
anna
2012-01-12 17:50:59 +01:00
parent 68b545ed8d
commit 70401b0c44
@@ -77,6 +77,11 @@ public abstract class InplaceVariableIntroducer<E extends PsiElement> extends In
initOccurrencesMarkers();
}
@Deprecated
public boolean performInplaceRename() {
return performInplaceRefactoring(null);
}
@Override
protected boolean shouldSelectAll() {
return true;