Merge "Suppress Eclipse warning about resource leak in EncryptedContactStore"
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user