Author: psteitz
Date: Mon Jul 11 00:57:03 2011
New Revision: 1144997

URL: http://svn.apache.org/viewvc?rev=1144997&view=rev
Log:
Removed trailing space.

Modified:
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/package.html

Modified: 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/package.html
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/package.html?rev=1144997&r1=1144996&r2=1144997&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/package.html
 (original)
+++ 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/package.html
 Mon Jul 11 00:57:03 2011
@@ -91,7 +91,7 @@
       The WELL generators use 6 integer arrays with a size equal to the pool 
size, so for example the
       WELL44497b generator uses about 33 kilobytes. This may be important if a 
very large number of
       generator instances were used at the same time.
-      </p> 
+      </p>
 
       <p>
       All generators are quite fast. As an example, here are some comparisons, 
obtained on a 64 bits JVM on a


Reply via email to