Remove Javadoc throw for ConfigurationPropertyName.ofIfValid()

See gh-22018
This commit is contained in:
Johnny Lim
2020-06-19 09:35:49 +09:00
committed by Stephane Nicoll
parent d5385a7b64
commit b218a89862

View File

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