Skip to content

Commit 4d79e82

Browse files
committed
Fix check-styles from last commit
1 parent f775edf commit 4d79e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void testPojoFunctionReturnsMessageWithoutContentType() {
131131
}
132132

133133
/**
134-
* GH-1307: POJO function should NOT wrap output when input is plain String
134+
* GH-1307: POJO function should NOT wrap output when input is plain String.
135135
*/
136136
@Test
137137
public void testPojoFunctionDoesNotWrapPlainStringInput() {

0 commit comments

Comments
 (0)