Skip to content

Commit ed7cc95

Browse files
committed
Merge pull request #15642 from michael-simons
* pr/15642: Polish "Fix typo" Fix typo
2 parents 1ccb64c + 02581c0 commit ed7cc95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2018 the original author or authors.
2+
* Copyright 2012-2019 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.
@@ -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)