startInWriteAction -> false

This commit is contained in:
Danila Ponomarenko
2012-06-08 16:18:43 +04:00
parent a5c210ebf6
commit b59b632997
@@ -79,6 +79,6 @@ public class IntroduceVariableAction implements IntentionAction {
@Override
public boolean startInWriteAction() {
return true;
return false;
}
}