Skip to content
Closed

Fix typo #15642

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class InvalidConfigurationPropertyValueException extends RuntimeException
* @param name the name of the property in canonical format
* @param value the value of the property, can be {@code null}
* @param reason a human-readable text that describes why the reason is invalid.
* Starts with an upper-case and ends with a dots. Several sentences and carriage
* Starts with an upper-case and ends with a dot. Several sentences and carriage
* returns are allowed.
*/
public InvalidConfigurationPropertyValueException(String name, Object value,
Expand Down