Define NODATE as Date(-1), or a date before 1970.
This commit is contained in:
parent
f9de3cfc3c
commit
b26c2e7da1
|
|
@ -25,7 +25,7 @@ public abstract class BinaryParser implements BlockReaderAdapter {
|
|||
} else
|
||||
return NODATE;
|
||||
}
|
||||
public static final Date NODATE = new Date(0);
|
||||
public static final Date NODATE = new Date(-1);
|
||||
|
||||
/** Get a string based on the index used.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue