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 33661c5 commit c2d7f52Copy full SHA for c2d7f52
src/main/java/org/cryptomator/integrations/keychain/KeychainAccessProvider.java
@@ -10,10 +10,7 @@ public interface KeychainAccessProvider {
10
*
11
* @return user-friendly name (must not be null or empty)
12
*/
13
- default String displayName() {
14
- // FIXME remove default method in 1.0.0
15
- return getClass().getSimpleName();
16
- }
+ String displayName();
17
18
/**
19
* Associates a passphrase with a given key.
0 commit comments