Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,8 +1,5 @@
1 1 package org.litesoft.core.simpletypes.temporal;
2 2
3 - /**
4 - * An accessor for a Timestamp with resolution to the Second ("Wall" relative) (with tracking for the Offset Minutes from Zulu).
5 - */
6 3 public interface TimestampAccessorHMS extends TimestampAccessorHM, TimeAccessorHMS
7 4 {
8 5 }