mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix SOE caused by incorrect SS replace in 0830617
This commit is contained in:
@@ -46,7 +46,8 @@ public interface PsiAnnotationOwner {
|
||||
* @since 2018.2
|
||||
*/
|
||||
default boolean hasAnnotation(@NotNull @NonNls String qualifiedName) {
|
||||
return hasAnnotation(qualifiedName);
|
||||
//noinspection SSBasedInspection
|
||||
return findAnnotation(qualifiedName) != null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user