Skip to content

Commit 81fb230

Browse files
Update src/main/java/org/cryptomator/integrations/keychain/KeychainAccessProvider.java
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e32c1f0 commit 81fb230

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/main/java/org/cryptomator/integrations/keychain/KeychainAccessProvider.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,8 @@ default void storePassphrase(String key, CharSequence passphrase) throws Keychai
5858
@Blocking
5959
void storePassphrase(String key, @Nullable String displayName, CharSequence passphrase) throws KeychainAccessException;
6060

61-
/**
62-
* Associates a passphrase with a given key and a name for that key. Other than
63-
* {@link #storePassphrase(String key, String displayName, CharSequence passphrase)}, the user needs to ahthenticate
64-
* to store a passphase. The authentication mechanism is provided by the operating system dependant
65-
* implemantations of this API.
61+
* {@link #storePassphrase(String key, String displayName, CharSequence passphrase)}, the user needs to authenticate
62+
* to store a passphrase. The authentication mechanism is provided by the operating system dependent
6663
*
6764
* @param key Key used to retrieve the passphrase via {@link #loadPassphrase(String)}.
6865
* @param displayName The according name to the key. That's the name of the vault displayed in the UI.

0 commit comments

Comments
 (0)