Skip to content

Commit b6e87ce

Browse files
quaffphilwebb
authored andcommitted
Remove unnecessary extends Object from generic
See gh-38739
1 parent 84f7c2d commit b6e87ce

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-jarmode-layertools/src/test/java/org/springframework/boot/jarmode/layertools

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-jarmode-layertools/src/test/java/org/springframework/boot/jarmode/layertools/TestPrintStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*/
3838
class TestPrintStream extends PrintStream implements AssertProvider<PrintStreamAssert> {
3939

40-
private final Class<? extends Object> testClass;
40+
private final Class<?> testClass;
4141

4242
TestPrintStream(Object testInstance) {
4343
super(new ByteArrayOutputStream());

0 commit comments

Comments
 (0)