Will-Lo commented on a change in pull request #3335:
URL: https://github.com/apache/gobblin/pull/3335#discussion_r674425491
##########
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:
Oops yeah, that was related to the next PR but I missed the glob
--
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]