mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 22:05:00 -05:00
Refactor SimpleDate
This commit is contained in:
parent
9b640acd53
commit
7dd1898761
@ -14,9 +14,9 @@ import java.util.regex.Pattern;
|
||||
|
||||
public class SimpleDate implements Serializable, Comparable<Object> {
|
||||
|
||||
private int year;
|
||||
private int month;
|
||||
private int day;
|
||||
protected int year;
|
||||
protected int month;
|
||||
protected int day;
|
||||
|
||||
protected SimpleDate() {
|
||||
// used by serializer
|
||||
|
Loading…
Reference in New Issue
Block a user