From f0556b6004a6923859f3cfdbac8b130d329b00bb Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 5 Oct 2022 15:47:05 +0200 Subject: [PATCH] Undeprecate PathResourceTests --- .../test/java/org/springframework/core/io/PathResourceTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-core/src/test/java/org/springframework/core/io/PathResourceTests.java b/spring-core/src/test/java/org/springframework/core/io/PathResourceTests.java index be5e54e7e9..c495335fc4 100644 --- a/spring-core/src/test/java/org/springframework/core/io/PathResourceTests.java +++ b/spring-core/src/test/java/org/springframework/core/io/PathResourceTests.java @@ -50,7 +50,6 @@ import static org.mockito.Mockito.mock; * @author Juergen Hoeller * @author Arjen Poutsma */ -@Deprecated class PathResourceTests { private static final String TEST_DIR =