mirror of
https://github.com/apache/commons-math.git
synced 2025-03-04 23:49:14 +00:00
"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:
parent
99db22a8df
commit
8422b12f36
@ -34,7 +34,7 @@ import org.junit.runners.Parameterized.Parameters;
|
|||||||
*/
|
*/
|
||||||
@RunWith(value=Parameterized.class)
|
@RunWith(value=Parameterized.class)
|
||||||
public class LegendreParametricTest extends GaussianQuadratureAbstractTest {
|
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.
|
* The highest order quadrature rule to be tested.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user