Browse Source

Ensure GenericTypeResolverTests compiles with Eclipse compiler

pull/34656/head
Sam Brannen 10 months ago
parent
commit
0a6e666857
  1. 2
      spring-core/src/test/java/org/springframework/core/GenericTypeResolverTests.java

2
spring-core/src/test/java/org/springframework/core/GenericTypeResolverTests.java

@ -473,7 +473,7 @@ class GenericTypeResolverTests {
public static class InheritsDefaultMethod implements InterfaceWithDefaultMethod<InheritsDefaultMethod.ConcreteType> { public static class InheritsDefaultMethod implements InterfaceWithDefaultMethod<InheritsDefaultMethod.ConcreteType> {
static class ConcreteType implements AbstractType { static class ConcreteType implements InterfaceWithDefaultMethod.AbstractType {
} }
} }

Loading…
Cancel
Save