mirror of
https://github.com/apache/commons-math.git
synced 2025-02-07 18:49:40 +00:00
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:
parent
51f446bf0c
commit
6709b11f9e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user