1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-27 18:19:34 +02:00

fix comment

This commit is contained in:
Paul Schaub 2023-07-05 17:08:17 +02:00
parent e478d146ad
commit 3ec5d3e0b3
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -77,7 +77,8 @@ class CertificationSet(
/**
* 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.
*/