I removed it because there was a code I wasn't using

This commit is contained in:
kimjg
2024-10-31 22:21:06 +09:00
parent 92822663dc
commit cf95578dab

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