Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02DC81781D for ; Sat, 11 Apr 2015 20:46:34 +0000 (UTC) Received: (qmail 19543 invoked by uid 500); 11 Apr 2015 20:46:29 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 19482 invoked by uid 500); 11 Apr 2015 20:46:29 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 19472 invoked by uid 99); 11 Apr 2015 20:46:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2015 20:46:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 59762E0A90; Sat, 11 Apr 2015 20:46:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: psteitz@apache.org To: commits@commons.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [math] Dropped vestigal methods from test distributions. Date: Sat, 11 Apr 2015 20:46:29 +0000 (UTC) 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 Authored: Sat Apr 11 13:45:50 2015 -0700 Committer: Phil Steitz 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();