mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[java-analysis] UnusedSymbolUtil: mark createUnusedSymbolInfo forRemoval=true
GitOrigin-RevId: 046ef0fff2b04db3e12e43f1bdf41e0062645d56
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eafa7acdb7
commit
f944771b1f
@@ -82,7 +82,7 @@ public final class UnusedSymbolUtil {
|
||||
/**
|
||||
* @deprecated use {@link #createUnusedSymbolInfoBuilder(PsiElement, String, HighlightInfoType, String)} instead
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
@Nullable
|
||||
public static HighlightInfo createUnusedSymbolInfo(@NotNull PsiElement element,
|
||||
@NotNull @NlsContexts.DetailedDescription String message,
|
||||
|
||||
Reference in New Issue
Block a user