Fix javadoc issue

This commit is contained in:
Paul Schaub 2022-07-04 19:45:01 +02:00
parent 17d2f45e83
commit 533d0be2d0
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 0 additions and 1 deletions

View File

@ -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)