mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Refactoring
This commit is contained in:
@@ -92,7 +92,7 @@ public class EntityCertificate {
|
||||
.generateCertificate(new ByteArrayInputStream(encoded));
|
||||
}
|
||||
|
||||
boolean isOutdated() {
|
||||
boolean isExpired() {
|
||||
long now = new Date().getTime();
|
||||
return ((this.after != null && now <= this.after) || (this.before != null && now > this.before));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user