Skip to content

Commit

Permalink
Merge pull request #1200 from JunggiKim/main
Browse files Browse the repository at this point in the history
I removed it because there was a code I wasn't using
  • Loading branch information
olegz authored Oct 31, 2024
2 parents 9282266 + cf95578 commit b160ae1
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 b160ae1

Please sign in to comment.