Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -7,7 +7,7 @@
7 7 {
8 8 private static final long serialVersionUID = 1L;
9 9
10 - private final int mMin;
10 + private /* final */ int mMin;
11 11
12 12 protected AbstractTimestampHM( int pYear, int pMonth, int pDay, int pZuluOffsetMins, int pHour, int pMin )
13 13 {