mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-26 11:56:26 +00:00
Console: Update rrd4j to version 3.9
This commit is contained in:
@@ -13,6 +13,7 @@ public class ConstantArea extends Area {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
@Override
|
||||
void assignValues(DataProcessor dproc) {
|
||||
values = new double[dproc.getTimestamps().length];
|
||||
Arrays.fill(values, value);
|
||||
|
||||
Reference in New Issue
Block a user