Javadoc fix.

This commit is contained in:
Michael Lipp 2024-02-18 13:17:51 +01:00
parent b255f0e946
commit 7835686304

View file

@ -36,7 +36,7 @@ public class TimeSeries {
/** /**
* Instantiates a new time series. * Instantiates a new time series.
* *
* @param series the number of series * @param period the period
*/ */
public TimeSeries(Duration period) { public TimeSeries(Duration period) {
this.period = period; this.period = period;