Skip to content

Commit 45a52c6

Browse files
committed
Code review feedback - udpated toOptionalInstance javadoc
1 parent d8af0cd commit 45a52c6

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public <R> R toInstance(Function<T, R> factory) {
311311
}
312312

313313
/**
314-
* Complete the mapping by creating a new instance from the non-filtered value.
314+
* Complete the mapping by creating a new instance
315315
* @param <R> the resulting type
316316
* @param factory the factory used to create the instance
317317
* @return the created instance or empty when the value is filtered

0 commit comments

Comments
 (0)