Skip to content

Commit b160ae1

Browse files
authored
Merge pull request #1200 from JunggiKim/main
I removed it because there was a code I wasn't using
2 parents 9282266 + cf95578 commit b160ae1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-cloud-function-context/src/test/java/org/springframework/cloud/function/context/catalog/FunctionTypeUtilsTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public void testFunctionTypeFrom() throws Exception {
7575

7676
Type targetType = ((ParameterizedType) innerWrapperType).getActualTypeArguments()[0];
7777
assertThat(targetType).isEqualTo(String.class);
78-
System.out.println();
7978
}
8079

8180
@Test

0 commit comments

Comments
 (0)