Removed trailing spaces.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@917270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-02-28 19:37:53 +00:00
parent ccc24d8913
commit 1c9a550569
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ public class Product extends AbstractStorelessUnivariateStatistic implements Ser
}
return product;
}
/**
* <p>Returns the weighted product of the entries in the input array.</p>
*

View File

@ -166,7 +166,7 @@ public class Sum extends AbstractStorelessUnivariateStatistic implements Seriali
}
return sum;
}
/**
* The weighted sum of the entries in the the input array.
* <p>