We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fbd540 + 0a6e666 commit 5a0848bCopy full SHA for 5a0848b
spring-core/src/test/java/org/springframework/core/GenericTypeResolverTests.java
@@ -473,7 +473,7 @@ interface AbstractType {
473
474
public static class InheritsDefaultMethod implements InterfaceWithDefaultMethod<InheritsDefaultMethod.ConcreteType> {
475
476
- static class ConcreteType implements AbstractType {
+ static class ConcreteType implements InterfaceWithDefaultMethod.AbstractType {
477
}
478
479
0 commit comments