Skip to content

Commit

Permalink
Merge pull request #22018 from izeye
Browse files Browse the repository at this point in the history
* pr/22018:
  Remove Javadoc throw for ConfigurationPropertyName.ofIfValid()

Closes gh-22018
  • Loading branch information
snicoll committed Jun 19, 2020
2 parents d5385a7 + b218a89 commit f961043
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -515,7 +515,6 @@ public static ConfigurationPropertyName of(CharSequence name) {
* 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) {
Expand Down

0 comments on commit f961043

Please sign in to comment.