mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
[mod-commands] ModShowConflicts: exclude next step
Simply continue execution of the outer ModCommand GitOrigin-RevId: a4ed40d46114c25f5502305567355b3419b3524e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2770254f2f
commit
c49a062434
@@ -122,7 +122,7 @@ public abstract class MethodThrowsFix extends PsiBasedModCommandAction<PsiMethod
|
||||
return true;
|
||||
});
|
||||
|
||||
return new ModShowConflicts(conflicts, action);
|
||||
return new ModShowConflicts(conflicts).andThen(action);
|
||||
}
|
||||
return action;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user