Javadoc fixes (not thrown)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1370224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-08-07 12:43:41 +00:00
parent 8d97496f8d
commit 404b6196a5
3 changed files with 0 additions and 3 deletions

View File

@ -126,7 +126,6 @@ public class PoissonDistributionTest extends IntegerDistributionAbstractTest {
/**
* Test the degenerate cases of a 0.0 and 1.0 inverse cumulative probability.
* @throws Exception
*/
@Test
public void testDegenerateInverseCumulativeProbability() {

View File

@ -130,7 +130,6 @@ public class AggregateSummaryStatisticsTest {
* of per-partition SummaryStatistics with a single SummaryStatistics computed
* over the full sample.
*
* @throws Exception
*/
@Test
public void testAggregate() {

View File

@ -371,7 +371,6 @@ public class OLSMultipleLinearRegressionTest extends MultipleLinearRegressionAbs
/**
* Test hat matrix computation
*
* @throws Exception
*/
@Test
public void testHat() {