forked from I2P_Developers/i2p.i2p
Fixup rrd4j javadoc errors, tested with JDK 15 b11
This commit is contained in:
@@ -34,7 +34,7 @@ abstract class Source {
|
||||
* @param tStart
|
||||
* @param tEnd
|
||||
* @return
|
||||
* @deprecated This method is deprecated. Uses instance of {@link org.rrd4j.data.Variable}, used with {@link org.rrd4j.data.DataProcessor.addDatasource(String, String, Variable)}
|
||||
* @deprecated This method is deprecated. Uses instance of {@link org.rrd4j.data.Variable}, used with DataProcessor.addDatasource(String, String, Variable)
|
||||
*/
|
||||
@Deprecated
|
||||
Aggregates getAggregates(long tStart, long tEnd) {
|
||||
@@ -47,7 +47,7 @@ abstract class Source {
|
||||
* @param tEnd
|
||||
* @param percentile
|
||||
* @return
|
||||
* @deprecated This method is deprecated. Uses instance of {@link org.rrd4j.data.Variable.PERCENTILE}, used with {@link org.rrd4j.data.DataProcessor.addDatasource(String, String, Variable)}
|
||||
* @deprecated This method is deprecated. Uses instance of {@link org.rrd4j.data.Variable.PERCENTILE}, used with DataProcessor.addDatasource(String, String, Variable)
|
||||
*/
|
||||
@Deprecated
|
||||
double getPercentile(long tStart, long tEnd, double percentile) {
|
||||
|
||||
Reference in New Issue
Block a user