Author: tn
Date: Sun Feb 10 08:10:40 2013
New Revision: 1444500

URL: http://svn.apache.org/r1444500
Log:
Remove trailing space.

Modified:
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/UnitSphereRandomVectorGenerator.java

Modified: 
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/UnitSphereRandomVectorGenerator.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/UnitSphereRandomVectorGenerator.java?rev=1444500&r1=1444499&r2=1444500&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/UnitSphereRandomVectorGenerator.java
 (original)
+++ 
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/UnitSphereRandomVectorGenerator.java
 Sun Feb 10 08:10:40 2013
@@ -62,7 +62,7 @@ public class UnitSphereRandomVectorGener
         final double[] v = new double[dimension];
 
         // See http://mathworld.wolfram.com/SpherePointPicking.html for 
example.
-        // Pick a point by choosing a standard Gaussian for each element, and 
then 
+        // Pick a point by choosing a standard Gaussian for each element, and 
then
         // normalizing to unit length.
         double normSq = 0;
         for (int i = 0; i < dimension; i++) {


Reply via email to