Commit 7a231389 authored by Michael Simons's avatar Michael Simons Committed by Stephane Nicoll

Fix typo

See gh-15642
parent 1ccb64c4
...@@ -39,7 +39,7 @@ public class InvalidConfigurationPropertyValueException extends RuntimeException ...@@ -39,7 +39,7 @@ public class InvalidConfigurationPropertyValueException extends RuntimeException
* @param name the name of the property in canonical format * @param name the name of the property in canonical format
* @param value the value of the property, can be {@code null} * @param value the value of the property, can be {@code null}
* @param reason a human-readable text that describes why the reason is invalid. * @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. * returns are allowed.
*/ */
public InvalidConfigurationPropertyValueException(String name, Object value, public InvalidConfigurationPropertyValueException(String name, Object value,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment