Author: sebb
Date: Fri Mar  2 23:49:35 2012
New Revision: 1296516

URL: http://svn.apache.org/viewvc?rev=1296516&view=rev
Log:
Tab police

Modified:
    
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/RandomGeneratorAbstractTest.java

Modified: 
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/RandomGeneratorAbstractTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/RandomGeneratorAbstractTest.java?rev=1296516&r1=1296515&r2=1296516&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/RandomGeneratorAbstractTest.java
 (original)
+++ 
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/RandomGeneratorAbstractTest.java
 Fri Mar  2 23:49:35 2012
@@ -299,7 +299,7 @@ public abstract class RandomGeneratorAbs
            }
         }
         Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
-                       "test will fail randomly about 1 in 100 times.",
+                "test will fail randomly about 1 in 100 times.",
                 FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
     }
 
@@ -315,7 +315,7 @@ public abstract class RandomGeneratorAbs
            }
         }
         Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
-                       "test will fail randomly about 1 in 100 times.",
+                "test will fail randomly about 1 in 100 times.",
                 FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
     }
 
@@ -331,7 +331,7 @@ public abstract class RandomGeneratorAbs
            }
         }
         Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
-                       "test will fail randomly about 1 in 100 times.",
+                "test will fail randomly about 1 in 100 times.",
                 FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
     }
 


Reply via email to