From 8422b12f36d585a5b1f37a91a7fa6a9aac566f3e Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Thu, 4 Jul 2013 17:25:55 +0000 Subject: [PATCH] "final" keyword. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1499814 13f79535-47bb-0310-9956-ffa450edef68 --- .../analysis/integration/gauss/LegendreParametricTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/math3/analysis/integration/gauss/LegendreParametricTest.java b/src/test/java/org/apache/commons/math3/analysis/integration/gauss/LegendreParametricTest.java index 3ee4bd76d..a29fca300 100644 --- a/src/test/java/org/apache/commons/math3/analysis/integration/gauss/LegendreParametricTest.java +++ b/src/test/java/org/apache/commons/math3/analysis/integration/gauss/LegendreParametricTest.java @@ -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.