mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Remove getUuid() from StoreConfig
This commit is contained in:
parent
c608258494
commit
23d9310c61
@ -1,7 +1,6 @@
|
|||||||
package com.fsck.k9.mail.store;
|
package com.fsck.k9.mail.store;
|
||||||
|
|
||||||
public interface StoreConfig {
|
public interface StoreConfig {
|
||||||
String getUuid();
|
|
||||||
String getStoreUri();
|
String getStoreUri();
|
||||||
String getTransportUri();
|
String getTransportUri();
|
||||||
|
|
||||||
|
@ -213,13 +213,7 @@ public class LocalStore extends Store implements Serializable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
private static void removeInstance(Account account) {
|
||||||
* Release reference to a local mail store instance.
|
|
||||||
*
|
|
||||||
* @param account
|
|
||||||
* {@link Account} instance that is used to get the local mail store instance.
|
|
||||||
*/
|
|
||||||
private static void removeInstance(StoreConfig account) {
|
|
||||||
String accountUuid = account.getUuid();
|
String accountUuid = account.getUuid();
|
||||||
sLocalStores.remove(accountUuid);
|
sLocalStores.remove(accountUuid);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user