mfvitale commented on code in PR #21330:
URL: https://github.com/apache/kafka/pull/21330#discussion_r2872844444


##########
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/ConnectorConfigTest.java:
##########
@@ -377,6 +377,11 @@ public static class TestPredicate<R extends 
ConnectRecord<R>> implements Predica
 
         public TestPredicate() { }
 
+        @Override
+        public String version() {
+            return "";

Review Comment:
   I remove the one I added since now is no more required. I leaved the other 
that was already present. 



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