From 533d0be2d09e1a0a32a275a0b60bc1ef7cdcc76b Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 4 Jul 2022 19:45:01 +0200 Subject: [PATCH] Fix javadoc issue --- .../src/main/java/pgp/certificate_store/TrustRootStore.java | 1 - 1 file changed, 1 deletion(-) diff --git a/pgp-certificate-store/src/main/java/pgp/certificate_store/TrustRootStore.java b/pgp-certificate-store/src/main/java/pgp/certificate_store/TrustRootStore.java index 4e9f118..fadc862 100644 --- a/pgp-certificate-store/src/main/java/pgp/certificate_store/TrustRootStore.java +++ b/pgp-certificate-store/src/main/java/pgp/certificate_store/TrustRootStore.java @@ -74,7 +74,6 @@ public interface TrustRootStore { * @return merged key * * @throws IOException in case of an IO error - * @throws InterruptedException in case the inserting thread gets interrupted * @throws BadDataException if the data stream does not contain a valid OpenPGP key */ Key tryInsertTrustRoot(InputStream data, KeyMerger keyMerger)