m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-10-22 11:51:09 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-10-22 11:51:09 +0200
commitec6d8c49f327e80025154776326155449c0fc812 (patch)
treed81a32a676b5e17e55f609a4e7a87c97ac063391
parenta735391c3100a757fa568f135c43249b6ff90334 (diff)
Fix ValueTime comments
-rw-r--r--src/pl/edu/mimuw/cloudatlas/model/ValueTime.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pl/edu/mimuw/cloudatlas/model/ValueTime.java b/src/pl/edu/mimuw/cloudatlas/model/ValueTime.java
index 0d4747d..8dd04fc 100644
--- a/src/pl/edu/mimuw/cloudatlas/model/ValueTime.java
+++ b/src/pl/edu/mimuw/cloudatlas/model/ValueTime.java
@@ -32,12 +32,11 @@ import pl.edu.mimuw.cloudatlas.model.Value;
import pl.edu.mimuw.cloudatlas.model.ValueTime;
/**
- * A class representing the POSIX time in milliseconds. This is a simple wrapper of a Java <code>Long</code> object.
+ * A class representing a POSIX time in milliseconds. This is a simple wrapper of a Java <code>Long</code> object.
*/
public class ValueTime extends ValueSimple<Long> {
/**
- * A format of string representing <code>ValueTime</code> when constructing from or converting to a
- * <code>String</code> object.
+ * A format string for constructing from or converting to a <code>String</code> object.
*/
public static final DateFormat TIME_FORMAT = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss.SSS");