Explorar o código

Remove unneeded access modifier

Ralph Plawetzki %!s(int64=5) %!d(string=hai) anos
pai
achega
92321a7569

+ 1 - 1
main/keychain/src/main/java/org/cryptomator/keychain/KeychainAccessStrategy.java

@@ -5,7 +5,7 @@
  *******************************************************************************/
 package org.cryptomator.keychain;
 
-public interface KeychainAccessStrategy {
+interface KeychainAccessStrategy {
 
 	/**
 	 * Associates a passphrase with a given key.