Javadoc fixes.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1385279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-09-16 15:06:06 +00:00
parent 51f446bf0c
commit 6709b11f9e
1 changed files with 1 additions and 2 deletions

View File

@ -79,7 +79,6 @@ public class DerivativeStructure implements FieldElement<DerivativeStructure>, S
/** Build an instance representing a constant value.
* @param parameters number of free parameters
* @param parameters number of variables
* @param order derivation order
* @param value value of the constant
* @see #DerivativeStructure(int, int, int, double)
@ -180,7 +179,7 @@ public class DerivativeStructure implements FieldElement<DerivativeStructure>, S
}
/** Copy constructor.
* @param instance to copy
* @param ds instance to copy
*/
private DerivativeStructure(final DerivativeStructure ds) {
this.compiler = ds.compiler;