Browse Source

Remove accidental deprecaton of EnableConfigurationPropertiesImportSelector

Closes gh-9111
pull/9066/merge
Andy Wilkinson 9 years ago
parent
commit
69864b9e69
  1. 1
      spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java

1
spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java

@ -45,7 +45,6 @@ import org.springframework.util.StringUtils; @@ -45,7 +45,6 @@ import org.springframework.util.StringUtils;
* @author Christian Dupuis
* @author Stephane Nicoll
*/
@Deprecated
class EnableConfigurationPropertiesImportSelector implements ImportSelector {
@Override

Loading…
Cancel
Save