Skip to content

Commit 0a6e666

Browse files
committed
Ensure GenericTypeResolverTests compiles with Eclipse compiler
1 parent 403362f commit 0a6e666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-core/src/test/java/org/springframework/core/GenericTypeResolverTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ interface AbstractType {
473473

474474
public static class InheritsDefaultMethod implements InterfaceWithDefaultMethod<InheritsDefaultMethod.ConcreteType> {
475475

476-
static class ConcreteType implements AbstractType {
476+
static class ConcreteType implements InterfaceWithDefaultMethod.AbstractType {
477477
}
478478
}
479479

0 commit comments

Comments
 (0)