mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 01:59:13 +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;
|
||||
|
||||
/** Name of the parameter */
|
||||
private String name;
|
||||
private final String name;
|
||||
|
||||
/** Indicator for bound parameters
|
||||
* (ie parameters that should not be estimated)
|
||||
|
Loading…
x
Reference in New Issue
Block a user