Skip to content

Commit 4135622

Browse files
quaffwilkinsona
authored andcommitted
Polish javadoc for Binder#bindOrCreate(String, Class)
See gh-42777
1 parent ce106eb commit 4135622

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ public <T> BindResult<T> bind(ConfigurationPropertyName name, Bindable<T> target
272272

273273
/**
274274
* Bind the specified target {@link Class} using this binder's
275-
* {@link ConfigurationPropertySource property sources} or create a new instance using
276-
* the type of the {@link Bindable} if the result of the binding is {@code null}.
275+
* {@link ConfigurationPropertySource property sources} or create a new instance of
276+
* the specified target {@link Class} if the result of the binding is {@code null}.
277277
* @param name the configuration property name to bind
278278
* @param target the target class
279279
* @param <T> the bound type

0 commit comments

Comments
 (0)