From 081b8ca4b01e9fd82a7f35bebac23609b278aa02 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Sun, 14 Mar 2010 01:20:56 +0000 Subject: [PATCH] Make some private fields final git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@922710 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/math/estimation/EstimatedParameter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/math/estimation/EstimatedParameter.java b/src/main/java/org/apache/commons/math/estimation/EstimatedParameter.java index 9c8bea883..dd4b882a3 100644 --- a/src/main/java/org/apache/commons/math/estimation/EstimatedParameter.java +++ b/src/main/java/org/apache/commons/math/estimation/EstimatedParameter.java @@ -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)