Remove deprecation on CandidateComponentsIndex(Loader)

See gh-35472
This commit is contained in:
Juergen Hoeller
2025-10-11 15:10:42 +02:00
parent 2c83144946
commit 83efe8cff4
2 changed files with 0 additions and 2 deletions
@@ -54,7 +54,6 @@ import org.springframework.util.ResourceUtils;
* @author Stephane Nicoll
* @since 6.0
*/
@SuppressWarnings("removal") // components index
public final class PersistenceManagedTypesScanner {
private static final String CLASS_RESOURCE_PATTERN = "/**/*.class";