Merge pull request #22018 from izeye

* pr/22018:
  Remove Javadoc throw for ConfigurationPropertyName.ofIfValid()

Closes gh-22018
This commit is contained in:
Stephane Nicoll 2020-06-19 14:15:10 +02:00
commit f961043f36
1 changed files with 0 additions and 1 deletions

View File

@ -515,7 +515,6 @@ public final class ConfigurationPropertyName implements Comparable<Configuration
* if the name is not valid. * if the name is not valid.
* @param name the source name * @param name the source name
* @return a {@link ConfigurationPropertyName} instance * @return a {@link ConfigurationPropertyName} instance
* @throws InvalidConfigurationPropertyNameException if the name is not valid
* @since 2.3.1 * @since 2.3.1
*/ */
public static ConfigurationPropertyName ofIfValid(CharSequence name) { public static ConfigurationPropertyName ofIfValid(CharSequence name) {