We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403362f commit 0a6e666Copy full SHA for 0a6e666
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