Format source code in AbstractAnnotationConfigSupport.

This commit is contained in:
John Blum
2022-08-29 17:54:16 -07:00
parent d393e6d2d3
commit 8920fc8d0e

View File

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