1
0

MINOR_CHECKSTYLE (#3616)

Fix checkstyle
This commit is contained in:
liujinhui
2021-09-07 18:19:39 +08:00
committed by GitHub
parent cf002b6918
commit eb5e7eec0a
11 changed files with 19 additions and 19 deletions

View File

@@ -51,7 +51,8 @@ class TestSchemaRegistryProvider {
put("hoodie.deltastreamer.schemaprovider.registry.urlSuffix", "-value");
put("hoodie.deltastreamer.schemaprovider.registry.url", "http://foo:bar@localhost");
put("hoodie.deltastreamer.source.kafka.topic", "foo");
}};
}
};
}
private Schema getExpectedSchema(String response) throws IOException {