Author: celestin
Date: Fri Aug 31 01:59:12 2012
New Revision: 1379254

URL: http://svn.apache.org/viewvc?rev=1379254&view=rev
Log:
Formatting (removed Eclipse tags @formatter:on, @formatter:off)

Modified:
    
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java

Modified: 
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java?rev=1379254&r1=1379253&r2=1379254&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java
 (original)
+++ 
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java
 Fri Aug 31 01:59:12 2012
@@ -343,7 +343,6 @@ public class GammaTest {
      *                                         "},");
      * </pre>
      */
-    // @formatter:off
     private static final double[][] INV_GAMMA1P_M1_REF = {
         { -0.5 , -.4358104164522437 },
         { -0.375 , -.3029021533379859 },
@@ -363,7 +362,6 @@ public class GammaTest {
         { 1.375 , -.1818408982517061 },
         { 1.5 , -0.247747221936325 },
     };
-    // @formatter:on
 
     @Test
     public void testInvGamma1pm1() {


Reply via email to