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

View File

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