Skip to content

Commit 3c7b4de

Browse files
committed
restore fixed typos
1 parent e5df166 commit 3c7b4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect/json/src/test/java/org/apache/kafka/connect/json/JsonConverterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ public void nullSchemaAndMapToJson() {
788788

789789
@Test
790790
public void nullSchemaAndMapNonStringKeysToJson() {
791-
// This still needs to do conversion of data null schema means "anything goes". Make sure we mix and match
791+
// This still needs to do conversion of data, null schema means "anything goes". Make sure we mix and match
792792
// types to verify conversion still works.
793793
Map<Object, Object> input = new HashMap<>();
794794
input.put("string", 12);

0 commit comments

Comments
 (0)