Author: psteitz
Date: Sun Feb 28 19:37:53 2010
New Revision: 917270
URL: http://svn.apache.org/viewvc?rev=917270&view=rev
Log:
Removed trailing spaces.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/summary/Product.java
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/summary/Sum.java
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/summary/Product.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/summary/Product.java?rev=917270&r1=917269&r2=917270&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/summary/Product.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/summary/Product.java
Sun Feb 28 19:37:53 2010
@@ -167,7 +167,7 @@
}
return product;
}
-
+
/**
* <p>Returns the weighted product of the entries in the input array.</p>
*
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/summary/Sum.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/summary/Sum.java?rev=917270&r1=917269&r2=917270&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/summary/Sum.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/summary/Sum.java
Sun Feb 28 19:37:53 2010
@@ -166,7 +166,7 @@
}
return sum;
}
-
+
/**
* The weighted sum of the entries in the the input array.
* <p>