Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,10 +1,12 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.core.simpletypes.temporal;
3 3
4 + import org.litesoft.core.simpletypes.temporal.nonpublic.*;
5 +
4 6 /**
5 7 * A Simple Date Range object with variable resolution from the Hour thru the Millisecond.
6 8 */
7 - public final class SimpleDateRange extends DateFormatControl<SimpleDateRange>
9 + public final class SimpleDateRange extends DateFormatControl<SimpleDateRange> implements TemporalSimpleType
8 10 {
9 11 private static final long serialVersionUID = 1L;
10 12