mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 20:09:26 +01:00
Remove accidental deprecaton of EnableConfigurationPropertiesImportSelector
Closes gh-9111
This commit is contained in:
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user