mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[java-inspections] More ModCommand fixes
GitOrigin-RevId: 0c09d9d462156b87b8cd8ef33d203d959a579baf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
49d9360cff
commit
2f1be4183d
@@ -44,8 +44,8 @@ public class DataFlowInspection extends DataFlowInspectionBase {
|
||||
private static final Logger LOG = Logger.getInstance(DataFlowInspection.class);
|
||||
|
||||
@Override
|
||||
protected LocalQuickFix createMutabilityViolationFix(PsiElement violation, boolean onTheFly) {
|
||||
return WrapWithMutableCollectionFix.createFix(violation, onTheFly);
|
||||
protected LocalQuickFix createMutabilityViolationFix(PsiElement violation) {
|
||||
return WrapWithMutableCollectionFix.createFix(violation);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user