Remove accidental deprecaton of EnableConfigurationPropertiesImportSelector

Closes gh-9111
This commit is contained in:
Andy Wilkinson
2017-05-12 15:25:14 +01:00
parent 4104566ca2
commit 69864b9e69
@@ -45,7 +45,6 @@ import org.springframework.util.StringUtils;
* @author Christian Dupuis * @author Christian Dupuis
* @author Stephane Nicoll * @author Stephane Nicoll
*/ */
@Deprecated
class EnableConfigurationPropertiesImportSelector implements ImportSelector { class EnableConfigurationPropertiesImportSelector implements ImportSelector {
@Override @Override