mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
remove harmful suppressions
GitOrigin-RevId: f3fc94795f1037e4265e5fbc2e485b8811578036
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4edf054e13
commit
3a577a0ac1
@@ -99,7 +99,6 @@ public interface RefClass extends RefJavaElement, RefOverridable {
|
||||
return false;
|
||||
}
|
||||
|
||||
@SuppressWarnings({"DeprecatedIsStillUsed", "unused"})
|
||||
@Deprecated(forRemoval = true)
|
||||
default boolean isSelfInheritor(PsiClass psiClass) {
|
||||
throw new UnsupportedOperationException();
|
||||
|
||||
Reference in New Issue
Block a user