chia7712 commented on code in PR #13259:
URL: https://github.com/apache/kafka/pull/13259#discussion_r3688791218


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/SourceConnectorConfig.java:
##########
@@ -117,10 +117,6 @@ private static class EnrichedSourceConnectorConfig extends 
ConnectorConfig {
             super(plugins, configDef, props);
         }
 
-        @Override
-        public Object get(String key) {
-            return super.get(key);

Review Comment:
   It seems `EnrichedSourceConnectorConfig` is no longer needed. If so, I can 
file a follow-up patch to clean it up



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