IJPL-212619 groovy: 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: 1c0bcd3d0583e64bf32365b37c0f0553495bbdc9
This commit is contained in:
Nikolay Chashnikov
2026-02-13 14:59:20 +00:00
committed by intellij-monorepo-bot
parent afb65d8460
commit fe46462e10
@@ -18,7 +18,7 @@ package org.jetbrains.plugins.groovy.codeInspection.naming;
/**
* @deprecated use {@link GrRenameFix}
*/
@Deprecated
@Deprecated(forRemoval = true)
public class RenameFix extends GrRenameFix {
public RenameFix() {