Subversion Repository Public Repository

litesoft

Diff Revisions 864 vs 893 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/temporal/CalendarYMD.java

Diff revisions: vs.
  @@ -12,6 +12,7 @@
12 12 * Note: This class supports Gregorian dates only and has no concept of time or TimeZones. As such when working with
13 13 * Java Util Date(s) (or it's descendants) the local (or "Wall") date is all that is considered!
14 14 */
15 + @SuppressWarnings("UnusedDeclaration")
15 16 public final class CalendarYMD extends AbstractCalendarYMD<CalendarYMD, AbstractCalendarYMD.Mutable> implements SQLdateable
16 17 {
17 18 private static final long serialVersionUID = 1L;