From fe46462e10cec27f9ab2627d8ef5e57d85a67ec7 Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Fri, 13 Feb 2026 13:10:34 +0100 Subject: [PATCH] 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 --- .../plugins/groovy/codeInspection/naming/RenameFix.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/groovy/src/org/jetbrains/plugins/groovy/codeInspection/naming/RenameFix.java b/plugins/groovy/src/org/jetbrains/plugins/groovy/codeInspection/naming/RenameFix.java index 51bb783cd606..d6001d0ae119 100644 --- a/plugins/groovy/src/org/jetbrains/plugins/groovy/codeInspection/naming/RenameFix.java +++ b/plugins/groovy/src/org/jetbrains/plugins/groovy/codeInspection/naming/RenameFix.java @@ -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() {