Skip to content

Commit 7a23138

Browse files
michael-simonssnicoll
authored andcommitted
Fix typo
See gh-15642
1 parent 1ccb64c commit 7a23138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class InvalidConfigurationPropertyValueException extends RuntimeException
3939
* @param name the name of the property in canonical format
4040
* @param value the value of the property, can be {@code null}
4141
* @param reason a human-readable text that describes why the reason is invalid.
42-
* Starts with an upper-case and ends with a dots. Several sentences and carriage
42+
* Starts with an upper-case and ends with a dot. Several sentences and carriage
4343
* returns are allowed.
4444
*/
4545
public InvalidConfigurationPropertyValueException(String name, Object value,

0 commit comments

Comments
 (0)