wernerdv commented on code in PR #18074:
URL: https://github.com/apache/kafka/pull/18074#discussion_r1878098798
##########
connect/runtime/src/test/java/org/apache/kafka/connect/integration/ConnectorValidationIntegrationTest.java:
##########
@@ -549,12 +549,7 @@ public ConfigDef config() {
}
}
- public static class TestConverterWithNoConfigDef extends TestConverter {
- @Override
- public ConfigDef config() {
- return null;
- }
- }
+ public static class TestConverterWithNoConfigDef extends TestConverter { }
Review Comment:
Ok, reversed the changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]