Skip to content

Commit 50493a0

Browse files
committed
Missing abstract declaration on ReflectionTestUtils
Issue: SPR-15757
1 parent fd2b4f2 commit 50493a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/main/java/org/springframework/test/util/ReflectionTestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* @see ReflectionUtils
6565
* @see AopTestUtils
6666
*/
67-
public class ReflectionTestUtils {
67+
public abstract class ReflectionTestUtils {
6868

6969
private static final String SETTER_PREFIX = "set";
7070

0 commit comments

Comments
 (0)