Format source code in AbstractAnnotationConfigSupport.

This commit is contained in:
John Blum
2022-08-29 17:54:16 -07:00
parent fef30386de
commit 308daeec5e

View File

@@ -1132,6 +1132,7 @@ public abstract class AbstractAnnotationConfigSupport
String resolvedPropertyName = environment.resolveRequiredPlaceholders(propertyName);
return environment.getProperty(resolvedPropertyName, targetType, defaultValue);
})
.orElse(defaultValue);
}