mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2024-11-26 01:12:07 +01:00
Fix javadoc issue
This commit is contained in:
parent
17d2f45e83
commit
533d0be2d0
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ public interface TrustRootStore {
|
||||||
* @return merged key
|
* @return merged key
|
||||||
*
|
*
|
||||||
* @throws IOException in case of an IO error
|
* @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
|
* @throws BadDataException if the data stream does not contain a valid OpenPGP key
|
||||||
*/
|
*/
|
||||||
Key tryInsertTrustRoot(InputStream data, KeyMerger keyMerger)
|
Key tryInsertTrustRoot(InputStream data, KeyMerger keyMerger)
|
||||||
|
|
Loading…
Reference in a new issue