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

View File

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