Merge branch '6.1.x'

This commit is contained in:
Sébastien Deleuze
2024-04-05 14:30:59 +02:00
4 changed files with 2 additions and 7 deletions

View File

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