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:
Sebastian Bazley 2010-03-14 01:20:56 +00:00
parent 037280aacd
commit 081b8ca4b0

View File

@ -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)