1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-30 07:24:49 +02:00

Fix javadoc warning

This commit is contained in:
Paul Schaub 2021-05-17 13:50:34 +02:00
parent 197cfab0d6
commit 87e5fe71e5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -59,7 +59,7 @@ public abstract class SelectSignatureFromKey {
* Criterion that checks if the signature is valid at the validation date. * Criterion that checks if the signature is valid at the validation date.
* A signature is not valid if it was created after the validation date, or if it is expired at the validation date. * A signature is not valid if it was created after the validation date, or if it is expired at the validation date.
* *
* creationTime <= validationDate < expirationDate. * creationTime less than or equal validationDate less than expirationDate.
* *
* @param validationDate validation date * @param validationDate validation date
* @return criterion implementation * @return criterion implementation