Removed trailing space.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@924351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-03-17 16:19:29 +00:00
parent b2fc89b01c
commit 467494bca5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class PascalDistributionTest extends IntegerDistributionAbstractTest {
public PascalDistributionTest(String name) {
super(name);
}
// --------------------- Override tolerance --------------
protected double defaultTolerance = NormalDistributionImpl.DEFAULT_INVERSE_ABSOLUTE_ACCURACY;
@Override