Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -18,7 +18,7 @@
18 18 this( 0, 0, 0, 0, 0, 0, 0 );
19 19 }
20 20
21 - public TimestampHMS( int pYear, int pMonth, int pDay, int pZuluOffsetMins, int pHour, int pMin, int pSec )
21 + private TimestampHMS( int pYear, int pMonth, int pDay, int pZuluOffsetMins, int pHour, int pMin, int pSec )
22 22 {
23 23 super( pYear, pMonth, pDay, pZuluOffsetMins, pHour, pMin, pSec );
24 24 }