mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-10 22:31:09 +01:00
Import RevocationStateTest from wot branch
This commit is contained in:
parent
d019c0d5db
commit
c73905d179
2 changed files with 97 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import javax.annotation.Nonnull;
|
|||
import java.util.Date;
|
||||
import java.util.NoSuchElementException;
|
||||
|
||||
public class RevocationState implements Comparable<RevocationState> {
|
||||
public final class RevocationState implements Comparable<RevocationState> {
|
||||
|
||||
private final RevocationStateType type;
|
||||
private final Date date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue