Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -7,7 +7,7 @@
7 7 {
8 8 private static final long serialVersionUID = 1L;
9 9
10 - private final int mMilliSec;
10 + private /* final */ int mMilliSec;
11 11
12 12 protected AbstractTimestampHMSM( int pYear, int pMonth, int pDay, int pZuluOffsetMins, int pHour, int pMin, int pSec, int pMilliSec )
13 13 {
  @@ -107,7 +107,7 @@
107 107 }
108 108
109 109 /**
110 - * @param pNewMonth != current
110 + * @param pNewMilliSec != current
111 111 */
112 112 protected final T LLsetMilliSec( int pNewMilliSec )
113 113 {