From b04e6816f44c29fdbd0d37a8be70d9e15a24b0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 14 Apr 2014 13:48:20 +0200 Subject: Removing remaining uses of Id, closing one of the oldest bugs #9 --- .../org/sufficientlysecure/keychain/remote/AccountSettings.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/AccountSettings.java') diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/AccountSettings.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/AccountSettings.java index 7e9b1ae4a..a25ecded6 100644 --- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/AccountSettings.java +++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/AccountSettings.java @@ -19,11 +19,11 @@ package org.sufficientlysecure.keychain.remote; import org.spongycastle.bcpg.HashAlgorithmTags; import org.spongycastle.openpgp.PGPEncryptedData; -import org.sufficientlysecure.keychain.Id; +import org.sufficientlysecure.keychain.Constants; public class AccountSettings { private String mAccountName; - private long mKeyId = Id.key.none; + private long mKeyId = Constants.key.none; private int mEncryptionAlgorithm; private int mHashAlgorithm; private int mCompression; @@ -39,7 +39,7 @@ public class AccountSettings { // defaults: this.mEncryptionAlgorithm = PGPEncryptedData.AES_256; this.mHashAlgorithm = HashAlgorithmTags.SHA512; - this.mCompression = Id.choice.compression.zlib; + this.mCompression = Constants.choice.compression.zlib; } public String getAccountName() { -- cgit v1.2.3