Skip to content

Commit afc61f9

Browse files
committed
Merge branch '3.5.x' into 4.0.x
Closes gh-50213
2 parents b02f7dd + f280d12 commit afc61f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/spring-boot/src/main/java/org/springframework/boot/context/properties/source/InvalidConfigurationPropertyValueException.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ public class InvalidConfigurationPropertyValueException extends RuntimeException
4040
* including a {@code reason} why the value is invalid.
4141
* @param name the name of the property in canonical format
4242
* @param value the value of the property, can be {@code null}
43-
* @param reason a human-readable text that describes why the reason is invalid.
44-
* Starts with an upper-case and ends with a dot. Several sentences and carriage
45-
* returns are allowed.
43+
* @param reason a human-readable text that describes why the value is invalid. Starts
44+
* with an upper-case character and ends with a dot. Several sentences and lines are
45+
* allowed.
4646
*/
4747
public InvalidConfigurationPropertyValueException(String name, @Nullable Object value, @Nullable String reason) {
4848
this(name, value, reason, null);

0 commit comments

Comments
 (0)