You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/spring-boot/src/main/java/org/springframework/boot/context/properties/source/InvalidConfigurationPropertyValueException.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ public class InvalidConfigurationPropertyValueException extends RuntimeException
40
40
* including a {@code reason} why the value is invalid.
41
41
* @param name the name of the property in canonical format
42
42
* @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
0 commit comments