1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-16 01:12:05 +01:00

fix comment

This commit is contained in:
Paul Schaub 2023-07-05 17:08:17 +02:00
parent 85b5624499
commit 6f5ca47709
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -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.
*/ */