Merge "Suppress Eclipse warning about resource leak in EncryptedContactStore"

This commit is contained in:
Edwin Kempin 2012-12-06 03:58:32 -08:00 committed by Gerrit Code Review
commit 2009d58cb7

View File

@ -107,6 +107,7 @@ class EncryptedContactStore implements ContactStore {
return true;
}
@SuppressWarnings("resource")
private static PGPPublicKeyRingCollection readPubRing(final File pub) {
try {
InputStream in = new FileInputStream(pub);