Index: remoting/webapp/crd/js/stats_accumulator.js |
diff --git a/remoting/webapp/crd/js/stats_accumulator.js b/remoting/webapp/crd/js/stats_accumulator.js |
index 4cfe8e3fa59cc042cceabc65225a02c32e3aea92..0fe99fb38eb058a8c28590d3659a52a34766705d 100644 |
--- a/remoting/webapp/crd/js/stats_accumulator.js |
+++ b/remoting/webapp/crd/js/stats_accumulator.js |
@@ -22,16 +22,14 @@ var remoting = remoting || {}; |
remoting.StatsAccumulator = function() { |
/** |
* A map from names to lists of values. |
- * @private |
- * @type Object<string, Array<number>> |
+ * @private {Object<string, Array<number>>} |
*/ |
this.valueLists_ = {}; |
/** |
* The first time, after this object was most recently initialized or emptied, |
* at which a value was added to this object. |
- * @private |
- * @type {?number} |
+ * @private {?number} |
*/ |
this.timeOfFirstValue_ = null; |
}; |