Skip to content

Commit

Permalink
Remove Javadoc throw for ConfigurationPropertyName.ofIfValid()
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and snicoll committed Jun 19, 2020
1 parent d5385a7 commit b218a89
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 b218a89

Please sign in to comment.