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

GitOrigin-RevId: 5c2121d84e0d0517b6ef056bb0de6e78a468b760
This commit is contained in:
Nikolay Chashnikov
2024-10-10 20:37:11 +02:00
committed by intellij-monorepo-bot
parent e362d22296
commit dbd47232c7
6 changed files with 19 additions and 15 deletions

View File

@@ -218,7 +218,7 @@ public abstract class BreakpointWithHighlighter<P extends JavaBreakpointProperti
*/
@NotNull
@Nls
@Deprecated
@Deprecated(forRemoval = true)
public String getDescription() {
return getDisplayName();
}