ashwinpankaj commented on code in PR #22772:
URL: https://github.com/apache/kafka/pull/22772#discussion_r3533526574


##########
api-checker/maven-plugin/src/main/java/org/apache/kafka/maven/KafkaInternalApiCheckerMojo.java:
##########
@@ -49,6 +49,10 @@
       threadSafe = true)
 public class KafkaInternalApiCheckerMojo extends AbstractMojo {
 
+    /** Public no-arg constructor invoked by Maven when instantiating the 
Mojo. */
+    public KafkaInternalApiCheckerMojo() {

Review Comment:
   why do we need this change?



##########
api-checker/maven-plugin/src/main/java/org/apache/kafka/maven/KafkaInternalApiCheckerMojo.java:
##########
@@ -49,6 +49,10 @@
       threadSafe = true)
 public class KafkaInternalApiCheckerMojo extends AbstractMojo {
 
+    /** Public no-arg constructor invoked by Maven when instantiating the 
Mojo. */
+    public KafkaInternalApiCheckerMojo() {

Review Comment:
   why do we need this change?



-- 
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]

Reply via email to