Javadoc formatting.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1379973 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2012-09-02 14:19:10 +00:00
parent 98e56e813d
commit 449f2d4f79
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ class ParameterConfiguration implements Serializable {
/** Parameter name and step pair constructor. /** Parameter name and step pair constructor.
* @param parameterName parameter name * @param parameterName parameter name
* @param hP parameter step */ * @param hP parameter step
*/
public ParameterConfiguration(final String parameterName, final double hP) { public ParameterConfiguration(final String parameterName, final double hP) {
this.parameterName = parameterName; this.parameterName = parameterName;
this.hP = hP; this.hP = hP;