"final" keyword.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1504688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2013-07-18 22:22:15 +00:00
parent 93f8389221
commit 890687bc0b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public abstract class BaseOptimizer<PAIR> {
/** Iterations counter. */
protected final Incrementor iterations;
/** Convergence checker. */
private ConvergenceChecker<PAIR> checker;
private final ConvergenceChecker<PAIR> checker;
/**
* @param checker Convergence checker.