chia7712 commented on code in PR #15556:
URL: https://github.com/apache/kafka/pull/15556#discussion_r1529285548
##########
connect/runtime/src/test/java/org/apache/kafka/connect/integration/ConnectorValidationIntegrationTest.java:
##########
@@ -460,7 +460,7 @@ public static abstract class AbstractTestConverter extends
TestConverter {
}
public static class TestConverterWithPrivateConstructor extends
TestConverter {
- private TestConverterWithPrivateConstructor() {
+ public TestConverterWithPrivateConstructor() {
Review Comment:
I don't dig in it yet, but it seems the private constructor is what it tries
to test ( according to the naming "TestConverterWithPrivateConstructor")
--
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]