[debugger] API cleanup: mark deprecated unused API for removal (IJPL-156972)

GitOrigin-RevId: 7f88fedfe716a35cf61c44e576ce65769ca9fcc3
This commit is contained in:
Nikolay Chashnikov
2024-10-10 20:56:14 +02:00
committed by intellij-monorepo-bot
parent 7930b9b5b4
commit f649dbcdc6

View File

@@ -115,7 +115,7 @@ public class XLightBreakpointPropertiesPanel implements XSuspendPolicyPanel.Dele
/**
* @deprecated use {@link XLightBreakpointPropertiesPanel#XLightBreakpointPropertiesPanel(Project, XBreakpointManager, XBreakpointBase, boolean, boolean)}
*/
@Deprecated
@Deprecated(forRemoval = true)
public XLightBreakpointPropertiesPanel(Project project, XBreakpointManager breakpointManager, XBreakpointBase breakpoint, boolean showAllOptions) {
this(project, breakpointManager, breakpoint, showAllOptions, false);
}