We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba7616 commit 7f2d509Copy full SHA for 7f2d509
src/main/java/lwm/plugin/intention/AddFinalIntention.java
@@ -29,7 +29,7 @@ public class AddFinalIntention implements IntentionAction {
29
30
@Override
31
public boolean isAvailable(@NotNull Project project, Editor editor, PsiFile file) {
32
- return true;
+ return file instanceof PsiJavaFile;
33
}
34
35
0 commit comments