mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[java] API cleanup: mark deprecated unused API for removal (IJPL-156972)
GitOrigin-RevId: 5c2121d84e0d0517b6ef056bb0de6e78a468b760
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e362d22296
commit
dbd47232c7
@@ -218,7 +218,7 @@ public abstract class BreakpointWithHighlighter<P extends JavaBreakpointProperti
|
||||
*/
|
||||
@NotNull
|
||||
@Nls
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public String getDescription() {
|
||||
return getDisplayName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user