mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[debugger] API cleanup: mark deprecated unused API for removal (IJPL-156972)
GitOrigin-RevId: 7f88fedfe716a35cf61c44e576ce65769ca9fcc3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7930b9b5b4
commit
f649dbcdc6
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user