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:
Gilles Sadowski 2011-10-09 16:40:33 +00:00
parent 848dfc6f31
commit 60657ea039
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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".