Skip to content

Commit b218a89

Browse files
izeyesnicoll
authored andcommitted
Remove Javadoc throw for ConfigurationPropertyName.ofIfValid()
See gh-22018
1 parent d5385a7 commit b218a89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ public static ConfigurationPropertyName of(CharSequence name) {
515515
* if the name is not valid.
516516
* @param name the source name
517517
* @return a {@link ConfigurationPropertyName} instance
518-
* @throws InvalidConfigurationPropertyNameException if the name is not valid
519518
* @since 2.3.1
520519
*/
521520
public static ConfigurationPropertyName ofIfValid(CharSequence name) {

0 commit comments

Comments
 (0)