Refine null-safety

See gh-32475
This commit is contained in:
Sébastien Deleuze
2024-04-05 14:11:33 +02:00
parent d955549037
commit 4a7c24d90f
3 changed files with 0 additions and 6 deletions

View File

@@ -151,7 +151,6 @@ public abstract class AbstractFactoryBean<T>
* @see #getEarlySingletonInterfaces()
*/
@Override
@Nullable
public final T getObject() throws Exception {
if (isSingleton()) {
return (this.initialized ? this.singletonInstance : getEarlySingletonInstance());