Merge branch '2.3.x'

Closes gh-22029
pull/22093/head
Stephane Nicoll 4 years ago
commit 51e9a5dae0

@ -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) {

Loading…
Cancel
Save