Subversion Repository Public Repository

litesoft

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

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