Console: Update rrd4j to version 3.9

This commit is contained in:
zzz
2024-01-27 12:23:26 +00:00
parent ce5c75cb61
commit b0db90da49
80 changed files with 430 additions and 466 deletions
@@ -16,5 +16,5 @@ public interface IPlottable {
* @param timestamp Timestamp in seconds for the datapoint.
* @return Double value of the datapoint.
*/
public double getValue(long timestamp);
double getValue(long timestamp);
}