Compare commits
No commits in common. "8672d741748709808e3d033f4d63b3882bd78fc0" and "ef060548e3b89be611fe01bee5b31229fa2dee96" have entirely different histories.
8672d74174
...
ef060548e3
|
|
@ -15,7 +15,6 @@ import java.net.http.HttpRequest;
|
|||
import java.net.http.HttpResponse;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.time.Duration;
|
||||
import java.time.Instant;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
|
|
@ -94,7 +93,7 @@ public class TDNSAPI implements Closeable {
|
|||
private long soaSerial;
|
||||
@JSONProperty(required = false)
|
||||
@Getter
|
||||
private Instant expiry;
|
||||
private Date expiry;
|
||||
@JSONProperty(required = false)
|
||||
@Getter
|
||||
private boolean isExpired;
|
||||
|
|
@ -106,7 +105,7 @@ public class TDNSAPI implements Closeable {
|
|||
private boolean disabled;
|
||||
@JSONProperty
|
||||
@Getter
|
||||
private Instant lastModified;
|
||||
private Date lastModified;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue