Ray Milkey

Fix javadoc error

Change-Id: I4765b8fa77da381451d8b33d6ac3cbba93f7d1f5
...@@ -62,7 +62,7 @@ public interface Meter { ...@@ -62,7 +62,7 @@ public interface Meter {
62 /** 62 /**
63 * The unit used within this meter. 63 * The unit used within this meter.
64 * 64 *
65 - * @return 65 + * @return the unit
66 */ 66 */
67 Unit unit(); 67 Unit unit();
68 68
......