Lowered access level.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1180646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
848dfc6f31
commit
60657ea039
|
@ -22,7 +22,7 @@ package org.apache.commons.math.util;
|
|||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class FastMathLiteralArrays {
|
||||
class FastMathLiteralArrays {
|
||||
/** "EXP_INT_A" table. */
|
||||
private static final double[] EXP_INT_A = new double[] {
|
||||
+0.0d,
|
||||
|
|
|
@ -36,7 +36,7 @@ import org.apache.commons.math.exception.MathInternalError;
|
|||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class FastMathResources {
|
||||
class FastMathResources {
|
||||
/**
|
||||
* Resource directory. Assuming that this class and the resource files
|
||||
* are located in the same package as "FastMath".
|
||||
|
|
Loading…
Reference in New Issue