mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Remove unnecessary extends Object from generic
See gh-38739
This commit is contained in:
committed by
Phillip Webb
parent
84f7c2dba9
commit
b6e87cee35
+1
-1
@@ -37,7 +37,7 @@ import org.springframework.util.FileCopyUtils;
|
||||
*/
|
||||
class TestPrintStream extends PrintStream implements AssertProvider<PrintStreamAssert> {
|
||||
|
||||
private final Class<? extends Object> testClass;
|
||||
private final Class<?> testClass;
|
||||
|
||||
TestPrintStream(Object testInstance) {
|
||||
super(new ByteArrayOutputStream());
|
||||
|
||||
Reference in New Issue
Block a user