Missing abstract declaration on ReflectionTestUtils
Issue: SPR-15757
This commit is contained in:
parent
fd2b4f2427
commit
50493a0f5f
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue