Skip to content

Commit 5a0848b

Browse files
committed
Merge branch '6.2.x'
2 parents 2fbd540 + 0a6e666 commit 5a0848b

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)