Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -6,7 +6,7 @@
6 6 /**
7 7 * A Simple Time Range object with variable resolution from the Hour thru the Millisecond.
8 8 */
9 - public final class SimpleTimeRange extends AbstractWithTimeRes<SimpleTimeRange>
9 + public final class SimpleTimeRange extends AbstractWithTimeRes<SimpleTimeRange> implements TemporalSimpleType
10 10 {
11 11 private static final long serialVersionUID = 1L;
12 12