From 6f5ca47709e46af1eaaeff77c8e1d7cdc391e4db Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 5 Jul 2023 17:08:17 +0200 Subject: [PATCH] fix comment --- .../kotlin/org/pgpainless/wot/dijkstra/sq/CertificationSet.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wot-dijkstra/src/main/kotlin/org/pgpainless/wot/dijkstra/sq/CertificationSet.kt b/wot-dijkstra/src/main/kotlin/org/pgpainless/wot/dijkstra/sq/CertificationSet.kt index 5b558791..253454d6 100644 --- a/wot-dijkstra/src/main/kotlin/org/pgpainless/wot/dijkstra/sq/CertificationSet.kt +++ b/wot-dijkstra/src/main/kotlin/org/pgpainless/wot/dijkstra/sq/CertificationSet.kt @@ -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. */