Fixup rrd4j javadoc errors, tested with JDK 15 b11

This commit is contained in:
zzz
2020-02-26 17:04:06 +00:00
parent 0bec84a3b1
commit eb73f0aae2
8 changed files with 8 additions and 14 deletions

View File

@@ -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) {