fixed javadoc warnings

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1085962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-03-27 15:20:09 +00:00
parent c7421029c6
commit ed1929b7c2
2 changed files with 0 additions and 5 deletions

View File

@ -81,10 +81,6 @@ public interface MannWhitneyUTest {
* the first sample
* @param y
* the second sample
* @param exactPValue
* if the exact p-value is wanted (only works for x.length <= 30,
* if true and x.length > 30, this is ignored because
* calculations may take too long)
* @return asymptotic p-value
* @throws IllegalArgumentException
* if preconditions are not met

View File

@ -36,7 +36,6 @@ public class PoissonDistributionTest extends IntegerDistributionAbstractTest {
/**
* Constructor.
* @param name
*/
public PoissonDistributionTest() {
setTolerance(1e-12);