forked from I2P_Developers/i2p.i2p
javadoc
This commit is contained in:
@ -207,12 +207,12 @@ class SummaryListener implements RateSummaryListener {
|
||||
|
||||
long now() { return _context.clock().now(); }
|
||||
|
||||
/** @since 0.8.6 */
|
||||
/** @since 0.8.7 */
|
||||
String getBackendName() {
|
||||
return _isPersistent ? RrdNioBackendFactory.NAME : RrdMemoryBackendFactory.NAME;
|
||||
}
|
||||
|
||||
/** @since 0.8.6 */
|
||||
/** @since 0.8.7 */
|
||||
int getRows() {
|
||||
return _rows;
|
||||
}
|
||||
|
Reference in New Issue
Block a user