mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
Missing abstract declaration on ReflectionTestUtils
Issue: SPR-15757
This commit is contained in:
@@ -64,7 +64,7 @@ import org.springframework.util.StringUtils;
|
||||
* @see ReflectionUtils
|
||||
* @see AopTestUtils
|
||||
*/
|
||||
public class ReflectionTestUtils {
|
||||
public abstract class ReflectionTestUtils {
|
||||
|
||||
private static final String SETTER_PREFIX = "set";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user