import: handle FileNotFoundException (fixes #1688)

This commit is contained in:
Vincent Breitmoser
2016-01-19 16:18:06 +01:00
parent 10ce81bd60
commit 48dd3d09e6
17 changed files with 87 additions and 82 deletions

View File

@@ -221,7 +221,6 @@ public class UncachedKeyRing {
public boolean hasNext() throws IOException;
public E next() throws IOException;
}
public void encodeArmored(OutputStream out, String version) throws IOException {
ArmoredOutputStream aos = new ArmoredOutputStream(out);
if (version != null) {