From 69864b9e690ea16a88eb42d483f2222f4743ff52 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 May 2017 15:25:14 +0100 Subject: [PATCH] Remove accidental deprecaton of EnableConfigurationPropertiesImportSelector Closes gh-9111 --- .../properties/EnableConfigurationPropertiesImportSelector.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java b/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java index 96cb5cc410d..12e0f1a996c 100644 --- a/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java +++ b/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java @@ -45,7 +45,6 @@ import org.springframework.util.StringUtils; * @author Christian Dupuis * @author Stephane Nicoll */ -@Deprecated class EnableConfigurationPropertiesImportSelector implements ImportSelector { @Override