Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -7,7 +7,7 @@
7 7 import org.litesoft.core.simpletypes.temporal.nonpublic.*;
8 8
9 9 /**
10 - * A Simple date that acts as a proxy for a java.util.Date (burying the depricated method use) providing
10 + * A Simple date that acts as a proxy for a java.util.Date (burying the deprecated method use) providing
11 11 * varying levels of resolution based on the Format String (which supports formatting similar to SimpledateFormat).
12 12 * <p/>
13 13 * <pre>
  @@ -22,6 +22,7 @@
22 22 * </pre>
23 23 */
24 24 public final class SimpleDate extends DateFormatControl<SimpleDate> implements YMDaccessor,
25 + TemporalSimpleType,
25 26 SQLdateable
26 27 {
27 28 private static final long serialVersionUID = 1L;