Remove unneeded NullAway warning suppressions
This commit removes warning suppressions related to uber/NullAway#1113 which is now fixed. See gh-28797
This commit is contained in:
@@ -145,7 +145,6 @@ public class SimpleInstantiationStrategy implements InstantiationStrategy {
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("NullAway") // https://github.com/uber/NullAway/issues/1113
|
||||
public Object instantiate(RootBeanDefinition bd, @Nullable String beanName, BeanFactory owner,
|
||||
@Nullable Object factoryBean, Method factoryMethod, @Nullable Object... args) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user