Skip to content

Commit 59ca46e

Browse files
committed
Remove FIXME
1 parent 0233cc3 commit 59ca46e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBeanDefinition.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ static ConfigurationPropertiesBeanDefinition from(ConfigurableListableBeanFactor
4646
private static <T> Supplier<T> createBean(ConfigurableListableBeanFactory beanFactory, String beanName,
4747
Class<T> type) {
4848
return () -> {
49-
// FIXME review
5049
ConfigurationProperties annotation = getAnnotation(type, ConfigurationProperties.class);
5150
Validated validated = getAnnotation(type, Validated.class);
5251
Annotation[] annotations = (validated != null) ? new Annotation[] { annotation, validated }

0 commit comments

Comments
 (0)