All typed UUIDs implemented (except v2).
[lgpl/argeo-commons.git] / org.argeo.api.uuid / src / org / argeo / api / uuid / TimeUuid.java
index 2f3a73fffc7c4cfd4af511557ef29cdfe0a18bb1..2276cd26831976344acb80e53b708aca902da854 100644 (file)
@@ -18,6 +18,7 @@ public class TimeUuid extends TypedUuid {
         */
        public final static Instant TIMESTAMP_ZERO = ZonedDateTime.of(1582, 10, 15, 0, 0, 0, 0, ZoneOffset.UTC).toInstant();
 
+       /** Constructor based on a {@link UUID}. */
        public TimeUuid(UUID uuid) {
                super(uuid);
                if (uuid.version() != 1 && uuid.variant() != 2)