mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
ignore inferred annotation in @NotNull propagation to overridden methods
This commit is contained in:
-1
@@ -27,7 +27,6 @@ class MyClass<T> implements A<T> {
|
||||
return super.clone();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString();
|
||||
|
||||
Reference in New Issue
Block a user