mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 01:12:05 +01:00
fix comment
This commit is contained in:
parent
85b5624499
commit
6f5ca47709
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ class CertificationSet(
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a single [Certification] into this objects [certifications].
|
* Add a single [Certification] into this objects [certifications].
|
||||||
* If there are already some [Cer]
|
* Adding multiple [Certifications][Certification] for the same datum, but with different creation times results in
|
||||||
|
* only the most recent [Certification(s)][Certification] to be preserved.
|
||||||
*
|
*
|
||||||
* @param certification [Certification] with the same issuer fingerprint and target fingerprint as this object.
|
* @param certification [Certification] with the same issuer fingerprint and target fingerprint as this object.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue