added missing @since
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1073273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a03e53aad7
commit
a1d09afe02
|
@ -62,6 +62,7 @@ public class PolynomialFitter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove all observations.
|
* Remove all observations.
|
||||||
|
* @since 2.2
|
||||||
*/
|
*/
|
||||||
public void clearObservations() {
|
public void clearObservations() {
|
||||||
fitter.clearObservations();
|
fitter.clearObservations();
|
||||||
|
|
Loading…
Reference in New Issue