IJPL-212619 DevKit: mark deprecated unused API for removal

API, which was marked as deprecated in 252 or earlier and has no external and internal usages, is marked for removal.

GitOrigin-RevId: ad6b23186b845ca27f7c843b132205904faa2002
This commit is contained in:
Nikolay Chashnikov
2026-02-13 14:59:20 +00:00
committed by intellij-monorepo-bot
parent a1d261d740
commit f735882397
@@ -191,6 +191,6 @@ public interface IdeaPlugin extends DomElement {
* @deprecated the corresponding tag in plugin.xml is not supported anymore, this method is used to highlight occurrences of such a tag
*/
@SuppressWarnings("SpellCheckingInspection")
@Deprecated
@Deprecated(forRemoval = true)
@NotNull List<? extends Helpset> getHelpsets();
}