Missing javadoc @param.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1500603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2013-07-08 08:31:49 +00:00
parent 04240b9a91
commit b3d0fede49

View File

@ -111,7 +111,7 @@ public class GaussIntegrator {
/** /**
* Gets the integration point at the given index. * Gets the integration point at the given index.
* The index must be in the valid range but no check is performed. * The index must be in the valid range but no check is performed.
* * @param index index of the integration point
* @return the integration point. * @return the integration point.
*/ */
public double getPoint(int index) { public double getPoint(int index) {
@ -121,7 +121,7 @@ public class GaussIntegrator {
/** /**
* Gets the weight of the integration point at the given index. * Gets the weight of the integration point at the given index.
* The index must be in the valid range but no check is performed. * The index must be in the valid range but no check is performed.
* * @param index index of the integration point
* @return the weight. * @return the weight.
*/ */
public double getWeight(int index) { public double getWeight(int index) {