Author: psteitz
Date: Wed Feb 10 18:44:42 2010
New Revision: 908626

URL: http://svn.apache.org/viewvc?rev=908626&view=rev
Log:
Eliminated trailing spaces.

Modified:
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/moment/Mean.java
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/moment/Variance.java

Modified: 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/moment/Mean.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/moment/Mean.java?rev=908626&r1=908625&r2=908626&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/moment/Mean.java
 (original)
+++ 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/moment/Mean.java
 Wed Feb 10 18:44:42 2010
@@ -216,7 +216,7 @@
         }
         return Double.NaN;
     }
-    
+
     /**
      * Returns the weighted arithmetic mean of the entries in the input array.
      * <p>

Modified: 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/moment/Variance.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/moment/Variance.java?rev=908626&r1=908625&r2=908626&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/moment/Variance.java
 (original)
+++ 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/moment/Variance.java
 Wed Feb 10 18:44:42 2010
@@ -315,7 +315,7 @@
         }
         return var;
     }
-    
+
     /**
      * <p>
      * Returns the weighted variance of the entries in the the input array.</p>
@@ -411,7 +411,7 @@
         }
         return var;
     }
-    
+
     /**
      * Returns the variance of the entries in the input array, using the
      * precomputed mean value.  Returns <code>Double.NaN</code> if the array
@@ -518,7 +518,7 @@
         }
         return var;
     }
-    
+
     /**
      * <p>Returns the weighted variance of the values in the input array, using
      * the precomputed weighted mean value.</p>


Reply via email to