Subversion Repository Public Repository

litesoft

Diff Revisions 847 vs 849 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/temporal/SimpleDate.java

Diff revisions: vs.
  @@ -24,6 +24,8 @@
24 24 public final class SimpleDate extends DateFormatControl<SimpleDate> implements YMDaccessor,
25 25 SQLdateable
26 26 {
27 + private static final long serialVersionUID = 1L;
28 +
27 29 private int mYear, mMonth, mDay;
28 30
29 31 /**