mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-01-09 19:57:57 +01:00
Remove outdated javadoc @throws annotations
This commit is contained in:
parent
40af7c3ce7
commit
25cde8225d
2 changed files with 0 additions and 2 deletions
|
@ -179,7 +179,6 @@ public interface SecretKeyRingEditorInterface {
|
||||||
*
|
*
|
||||||
* @throws PGPException in case we cannot generate a binding signature for the subkey
|
* @throws PGPException in case we cannot generate a binding signature for the subkey
|
||||||
* @throws IOException in case of an IO error
|
* @throws IOException in case of an IO error
|
||||||
* @throws NoSuchAlgorithmException in case of missing algorithm support in the crypto backend
|
|
||||||
*/
|
*/
|
||||||
SecretKeyRingEditorInterface addSubKey(
|
SecretKeyRingEditorInterface addSubKey(
|
||||||
@Nonnull PGPKeyPair subkey,
|
@Nonnull PGPKeyPair subkey,
|
||||||
|
|
|
@ -241,7 +241,6 @@ public final class SignatureUtils {
|
||||||
* @param maxIterations number of loop iterations until reading is aborted
|
* @param maxIterations number of loop iterations until reading is aborted
|
||||||
* @return list of encountered signatures
|
* @return list of encountered signatures
|
||||||
* @throws IOException in case of a stream error
|
* @throws IOException in case of a stream error
|
||||||
* @throws PGPException in case of an OpenPGP error
|
|
||||||
*/
|
*/
|
||||||
public static List<PGPSignature> readSignatures(InputStream inputStream, int maxIterations) throws IOException {
|
public static List<PGPSignature> readSignatures(InputStream inputStream, int maxIterations) throws IOException {
|
||||||
List<PGPSignature> signatures = new ArrayList<>();
|
List<PGPSignature> signatures = new ArrayList<>();
|
||||||
|
|
Loading…
Reference in a new issue