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:
parent
98e56e813d
commit
449f2d4f79
|
@ -37,7 +37,8 @@ class ParameterConfiguration implements Serializable {
|
|||
|
||||
/** Parameter name and step pair constructor.
|
||||
* @param parameterName parameter name
|
||||
* @param hP parameter step */
|
||||
* @param hP parameter step
|
||||
*/
|
||||
public ParameterConfiguration(final String parameterName, final double hP) {
|
||||
this.parameterName = parameterName;
|
||||
this.hP = hP;
|
||||
|
|
Loading…
Reference in New Issue