Skip to content

Commit 03b19d0

Browse files
committed
add some comments
1 parent e4dfcc6 commit 03b19d0

File tree

1 file changed

+3
-0
lines changed
  • src/main/java/com/arpnetworking/tsdcore/model

1 file changed

+3
-0
lines changed

src/main/java/com/arpnetworking/tsdcore/model/Unit.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,11 @@ public double convert(final double sourceValue, final Unit sourceUnit) {
170170
};
171171

172172
/* package private */enum Type {
173+
/** Time duration. */
173174
TIME,
175+
/** Quantity of data. */
174176
DATA_SIZE,
177+
/** Temperature. */
175178
TEMPERATURE
176179
}
177180

0 commit comments

Comments
 (0)