[java-analysis] UnusedSymbolUtil: mark createUnusedSymbolInfo forRemoval=true

GitOrigin-RevId: 046ef0fff2b04db3e12e43f1bdf41e0062645d56
This commit is contained in:
Tagir Valeev
2024-03-22 11:28:51 +01:00
committed by intellij-monorepo-bot
parent eafa7acdb7
commit f944771b1f

View File

@@ -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,