EA-90808 - E: BaseRefactoringProcessor.run

This commit is contained in:
Anna.Kozlova
2016-10-28 18:23:21 +02:00
parent 80a5866b23
commit 2d84e6c108
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2012 JetBrains s.r.o.
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -85,4 +85,9 @@ public class EncapsulateFieldAction extends BaseRefactoringIntentionAction {
}
return (PsiField)resolved;
}
@Override
public boolean startInWriteAction() {
return false;
}
}