diff --git a/src/main/java/org/apache/commons/math3/analysis/integration/gauss/GaussIntegrator.java b/src/main/java/org/apache/commons/math3/analysis/integration/gauss/GaussIntegrator.java index e29f144b4..c891112d2 100644 --- a/src/main/java/org/apache/commons/math3/analysis/integration/gauss/GaussIntegrator.java +++ b/src/main/java/org/apache/commons/math3/analysis/integration/gauss/GaussIntegrator.java @@ -111,7 +111,7 @@ public class GaussIntegrator { /** * Gets the integration point at the given index. * The index must be in the valid range but no check is performed. - * + * @param index index of the integration point * @return the integration point. */ public double getPoint(int index) { @@ -121,7 +121,7 @@ public class GaussIntegrator { /** * Gets the weight of the integration point at the given index. * The index must be in the valid range but no check is performed. - * + * @param index index of the integration point * @return the weight. */ public double getWeight(int index) {