mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 12:52:07 +01:00
Fix javadoc error
This commit is contained in:
parent
d0a162ce74
commit
ed43d3c6a9
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public enum SignatureSubpacket {
|
|||
trustSignature(TRUST_SIG),
|
||||
|
||||
/**
|
||||
* Used in conjunction with trust Signature packets (of level > 0) to
|
||||
* Used in conjunction with trust Signature packets (of level greater 0) to
|
||||
* limit the scope of trust that is extended. Only signatures by the
|
||||
* target key on User IDs that match the regular expression in the body
|
||||
* of this packet have trust extended by the trust Signature subpacket.
|
||||
|
|
Loading…
Reference in a new issue