You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2021/07/21 23:19:20 UTC

[GitHub] [gobblin] arjun4084346 commented on a change in pull request #3335: [GOBBLIN-1492] Optimize flowspec keys on configToProperties

arjun4084346 commented on a change in pull request #3335:
URL: https://github.com/apache/gobblin/pull/3335#discussion_r674405943



##########
File path: gobblin-utility/src/main/java/org/apache/gobblin/util/ConfigUtils.java
##########
@@ -561,7 +562,6 @@ public static Config resolveEncrypted(Config config, Optional<String> encConfigP
     Config encryptedConfig = config.getConfig(encConfigPath.get());
 
     PasswordManager passwordManager = PasswordManager.getInstance(configToProperties(config));
-    Map<String, String> tmpMap = Maps.newHashMap();

Review comment:
       deleted by mistake?




-- 
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: dev-unsubscribe@gobblin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org