We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafe840 commit 1e44b4dCopy full SHA for 1e44b4d
core/src/main/java/ch/cyberduck/core/KeychainLoginService.java
@@ -36,10 +36,6 @@ public class KeychainLoginService implements LoginService {
36
37
private final HostPasswordStore keychain;
38
39
- public KeychainLoginService() {
40
- this(PasswordStoreFactory.get());
41
- }
42
-
43
public KeychainLoginService(final HostPasswordStore keychain) {
44
this.keychain = keychain;
45
}
0 commit comments