"final" keyword.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1499814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2013-07-04 17:25:55 +00:00
parent 99db22a8df
commit 8422b12f36

View File

@ -34,7 +34,7 @@ import org.junit.runners.Parameterized.Parameters;
*/
@RunWith(value=Parameterized.class)
public class LegendreParametricTest extends GaussianQuadratureAbstractTest {
private static GaussIntegratorFactory factory = new GaussIntegratorFactory();
private static final GaussIntegratorFactory factory = new GaussIntegratorFactory();
/**
* The highest order quadrature rule to be tested.