Subversion Repository Public Repository

litesoft

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

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