mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 04:42:06 +01:00
Add missing @throws documentation
This commit is contained in:
parent
c3f5b997ab
commit
5d3646cd36
1 changed files with 2 additions and 2 deletions
|
@ -348,7 +348,7 @@ public interface SecretKeyRingEditorInterface {
|
||||||
* @param secretKeyRingProtector protector to unlock the primary secret key
|
* @param secretKeyRingProtector protector to unlock the primary secret key
|
||||||
* @param revocationAttributes revocation attributes
|
* @param revocationAttributes revocation attributes
|
||||||
* @return builder
|
* @return builder
|
||||||
* @throws PGPException
|
* @throws PGPException if the revocation signatures cannot be generated
|
||||||
*/
|
*/
|
||||||
SecretKeyRingEditorInterface revokeUserIds(
|
SecretKeyRingEditorInterface revokeUserIds(
|
||||||
@Nonnull SelectUserId userIdSelector,
|
@Nonnull SelectUserId userIdSelector,
|
||||||
|
@ -370,7 +370,7 @@ public interface SecretKeyRingEditorInterface {
|
||||||
* @param secretKeyRingProtector protector to unlock the primary secret key
|
* @param secretKeyRingProtector protector to unlock the primary secret key
|
||||||
* @param subpacketsCallback callback to modify the revocations subpackets
|
* @param subpacketsCallback callback to modify the revocations subpackets
|
||||||
* @return builder
|
* @return builder
|
||||||
* @throws PGPException
|
* @throws PGPException if the revocation signatures cannot be generated
|
||||||
*/
|
*/
|
||||||
SecretKeyRingEditorInterface revokeUserIds(
|
SecretKeyRingEditorInterface revokeUserIds(
|
||||||
@Nonnull SelectUserId userIdSelector,
|
@Nonnull SelectUserId userIdSelector,
|
||||||
|
|
Loading…
Reference in a new issue