mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
committed by
intellij-monorepo-bot
parent
afb65d8460
commit
fe46462e10
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user