Skip to content

Commit

Permalink
I removed it because there was a code I wasn't using
Browse files Browse the repository at this point in the history
  • Loading branch information
JunggiKim committed Oct 31, 2024
1 parent 9282266 commit cf95578
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public void testFunctionTypeFrom() throws Exception {

Type targetType = ((ParameterizedType) innerWrapperType).getActualTypeArguments()[0];
assertThat(targetType).isEqualTo(String.class);
System.out.println();
}

@Test
Expand Down

0 comments on commit cf95578

Please sign in to comment.