mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 12:22:06 +01:00
Forward userIdOnCertificate() method call
This commit is contained in:
parent
b8f4cc3935
commit
a99ce15969
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class CertifyCertificate {
|
|||
*/
|
||||
public CertificationOnUserId userIdOnCertificate(@Nonnull String userId,
|
||||
@Nonnull PGPPublicKeyRing certificate) {
|
||||
return new CertificationOnUserId(userId, certificate, CertificationType.GENERIC);
|
||||
return userIdOnCertificate(userId, certificate, CertificationType.GENERIC);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue