mirror of
https://github.com/apache/commons-math.git
synced 2025-02-11 12:36:05 +00:00
Make some private fields final
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@922710 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
037280aacd
commit
081b8ca4b0
@ -44,7 +44,7 @@ public class EstimatedParameter
|
|||||||
protected double estimate;
|
protected double estimate;
|
||||||
|
|
||||||
/** Name of the parameter */
|
/** Name of the parameter */
|
||||||
private String name;
|
private final String name;
|
||||||
|
|
||||||
/** Indicator for bound parameters
|
/** Indicator for bound parameters
|
||||||
* (ie parameters that should not be estimated)
|
* (ie parameters that should not be estimated)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user