Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -6,12 +6,15 @@
6 6 */
7 7 public final class SimpleDateRange extends DateFormatControl<SimpleDateRange>
8 8 {
9 + private static final long serialVersionUID = 1L;
10 +
9 11 private SimpleDate mFromInclusive = null;
10 12 private SimpleDate mToExclusive = null;
11 13
12 14 /**
13 15 * @deprecated - for Serialization
14 16 */
17 + @SuppressWarnings("deprecation")
15 18 protected SimpleDateRange()
16 19 {
17 20 }