Author: erans
Date: Sun Oct  9 16:40:33 2011
New Revision: 1180646

URL: http://svn.apache.org/viewvc?rev=1180646&view=rev
Log:
Lowered access level.

Modified:
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathLiteralArrays.java
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathResources.java

Modified: 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathLiteralArrays.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathLiteralArrays.java?rev=1180646&r1=1180645&r2=1180646&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathLiteralArrays.java
 (original)
+++ 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathLiteralArrays.java
 Sun Oct  9 16:40:33 2011
@@ -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,

Modified: 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathResources.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathResources.java?rev=1180646&r1=1180645&r2=1180646&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathResources.java
 (original)
+++ 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathResources.java
 Sun Oct  9 16:40:33 2011
@@ -36,7 +36,7 @@ import org.apache.commons.math.exception
  *
  * @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".


Reply via email to