Browse Source

Merge branch '2.3.x'

Closes gh-22029
pull/22093/head
Stephane Nicoll 6 years ago
parent
commit
51e9a5dae0
  1. 1
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java

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

@ -515,7 +515,6 @@ public final class ConfigurationPropertyName implements Comparable<Configuration @@ -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) {

Loading…
Cancel
Save