Skip to content

Commit 4ed15d3

Browse files
committed
Make helper class final.
1 parent 553bda8 commit 4ed15d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/src/main/java/ch/iterate/hub/crypto/KeyHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import ch.iterate.hub.crypto.exceptions.NotECKeyException;
2626
import com.google.common.io.BaseEncoding;
2727

28-
public class KeyHelper {
28+
public final class KeyHelper {
2929

3030
// adapted from org.cryptomator.ui.keyloading.hub.HubKeyLoadingModule
3131
public static String getDeviceIdFromDeviceKeyPair(final ECKeyPair deviceKeyPair) {

0 commit comments

Comments
 (0)