Polish 'Handle generics with identical names in different positions'

See gh-45011
This commit is contained in:
Phillip Webb
2025-04-08 13:31:42 -07:00
parent e24fd50615
commit 46b14de6e9
2 changed files with 14 additions and 23 deletions

View File

@@ -54,7 +54,6 @@ class TypeUtilsTests {
assertThat(getTypeOfField(typeUtils, typeElement, "name")).hasToString(String.class.getName());
assertThat(getTypeOfField(typeUtils, typeElement, "mappings"))
.hasToString(constructMapType(Integer.class, Duration.class));
});
}