You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/04/24 14:27:18 UTC

svn commit: r651243 - /commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/estimation/LevenbergMarquardtEstimatorTest.java

Author: luc
Date: Thu Apr 24 05:27:14 2008
New Revision: 651243

URL: http://svn.apache.org/viewvc?rev=651243&view=rev
Log:
changed an internal test class to private static, for the sake of cleanliness

Modified:
    commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/estimation/LevenbergMarquardtEstimatorTest.java

Modified: commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/estimation/LevenbergMarquardtEstimatorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/estimation/LevenbergMarquardtEstimatorTest.java?rev=651243&r1=651242&r2=651243&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/estimation/LevenbergMarquardtEstimatorTest.java (original)
+++ commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/estimation/LevenbergMarquardtEstimatorTest.java Thu Apr 24 05:27:14 2008
@@ -775,7 +775,8 @@
     private ArrayList points;
 
   }
-  public class QuadraticProblem extends SimpleEstimationProblem {
+
+  private static class QuadraticProblem extends SimpleEstimationProblem {
 
       private EstimatedParameter a;
       private EstimatedParameter b;