fixed checkstyle errors

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@786817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-06-20 13:31:48 +00:00
parent 355857cbeb
commit 90fee3729f
2 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,8 @@ public abstract class AbstractIntegrator implements FirstOrderIntegrator, Serial
resetEvaluations();
}
/** Build an instance with a null name.
*/
protected AbstractIntegrator() {
this(null);
}

View File

@ -139,6 +139,7 @@ public abstract class AbstractUnivariateRealOptimizer
/**
* Compute the objective function value.
* @param f objective function
* @param point point at which the objective function must be evaluated
* @return objective function value at specified point
* @exception FunctionEvaluationException if the function cannot be evaluated