You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2015/04/11 22:46:29 UTC

[math] Dropped vestigal methods from test distributions.

Repository: commons-math
Updated Branches:
  refs/heads/master e31fde875 -> 9ec53e16d


Dropped vestigal methods from test distributions.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/9ec53e16
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/9ec53e16
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/9ec53e16

Branch: refs/heads/master
Commit: 9ec53e16d65c7ec818424cd34bd32df1fbbf4303
Parents: e31fde8
Author: Phil Steitz <ph...@gmail.com>
Authored: Sat Apr 11 13:45:50 2015 -0700
Committer: Phil Steitz <ph...@gmail.com>
Committed: Sat Apr 11 13:45:50 2015 -0700

----------------------------------------------------------------------
 .../distribution/AbstractRealDistributionTest.java  | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/9ec53e16/src/test/java/org/apache/commons/math4/distribution/AbstractRealDistributionTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/math4/distribution/AbstractRealDistributionTest.java b/src/test/java/org/apache/commons/math4/distribution/AbstractRealDistributionTest.java
index d0b2761..a13a12a 100644
--- a/src/test/java/org/apache/commons/math4/distribution/AbstractRealDistributionTest.java
+++ b/src/test/java/org/apache/commons/math4/distribution/AbstractRealDistributionTest.java
@@ -91,14 +91,6 @@ public class AbstractRealDistributionTest {
                 return false;
             }
 
-            public boolean isSupportLowerBoundInclusive() {
-                return true;
-            }
-
-            public boolean isSupportUpperBoundInclusive() {
-                return true;
-            }
-
             @Override
             public double probability(final double x) {
                 throw new UnsupportedOperationException();
@@ -190,14 +182,6 @@ public class AbstractRealDistributionTest {
                 return false;
             }
 
-            public boolean isSupportLowerBoundInclusive() {
-                return true;
-            }
-
-            public boolean isSupportUpperBoundInclusive() {
-                return true;
-            }
-
             @Override
             public double probability(final double x) {
                 throw new UnsupportedOperationException();