Skip to content

Commit 302ec98

Browse files
committed
Merge pull request #42777 from quaff
* gh-42777: Polish "Polish javadoc for Binder#bindOrCreate(String, Class)" Polish javadoc for Binder#bindOrCreate(String, Class) Closes gh-42777
2 parents ce106eb + 868814d commit 302ec98

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)