Polishing

This commit is contained in:
Juergen Hoeller
2025-03-04 18:44:56 +01:00
parent 534f123fe8
commit 403362fe3c
4 changed files with 9 additions and 7 deletions

View File

@@ -461,7 +461,7 @@ class GenericTypeResolverTests {
}
}
public interface InterfaceWithDefaultMethod<T extends InheritsDefaultMethod.AbstractType> {
public interface InterfaceWithDefaultMethod<T extends InterfaceWithDefaultMethod.AbstractType> {
default String get(T input) {
throw new UnsupportedOperationException();