Merge pull request #1200 from JunggiKim/main

I removed it because there was a code I wasn't using
This commit is contained in:
Oleg Zhurakousky
2024-10-31 15:39:47 +01:00
committed by GitHub

View File

@@ -75,7 +75,6 @@ public class FunctionTypeUtilsTests<T> {
Type targetType = ((ParameterizedType) innerWrapperType).getActualTypeArguments()[0];
assertThat(targetType).isEqualTo(String.class);
System.out.println();
}
@Test