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 2565D10C6C for ; Sun, 21 Dec 2014 13:55:46 +0000 (UTC) Received: (qmail 95404 invoked by uid 500); 21 Dec 2014 13:55:41 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 95326 invoked by uid 500); 21 Dec 2014 13:55:40 -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 95313 invoked by uid 99); 21 Dec 2014 13:55:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Dec 2014 13:55:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A1FBE958DAD; Sun, 21 Dec 2014 13:55:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: erans@apache.org To: commits@commons.apache.org Date: Sun, 21 Dec 2014 13:55:40 -0000 Message-Id: <2e277ca965984dac84697575ba79f78b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] [math] Removed spurious deprecation warning (copy/paste mistake). Repository: commons-math Updated Branches: refs/heads/master f5157f78e -> 649e19b0f Removed spurious deprecation warning (copy/paste mistake). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/6e5eedb3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/6e5eedb3 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/6e5eedb3 Branch: refs/heads/master Commit: 6e5eedb3fcebc5894c41733bd26c8b4d9197873b Parents: ea15a6e Author: Gilles Authored: Sun Dec 21 14:53:48 2014 +0100 Committer: Gilles Committed: Sun Dec 21 14:53:48 2014 +0100 ---------------------------------------------------------------------- .../analysis/interpolation/TricubicInterpolatingFunction.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/6e5eedb3/src/main/java/org/apache/commons/math3/analysis/interpolation/TricubicInterpolatingFunction.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math3/analysis/interpolation/TricubicInterpolatingFunction.java b/src/main/java/org/apache/commons/math3/analysis/interpolation/TricubicInterpolatingFunction.java index b527996..eaea339 100644 --- a/src/main/java/org/apache/commons/math3/analysis/interpolation/TricubicInterpolatingFunction.java +++ b/src/main/java/org/apache/commons/math3/analysis/interpolation/TricubicInterpolatingFunction.java @@ -33,10 +33,8 @@ import org.apache.commons.math3.util.MathArrays; * Int. J. Numer. Meth. Eng 2005; 63:455-471 * * - * @since 2.2 - * @deprecated in 3.4. + * @since 3.4. */ -@Deprecated public class TricubicInterpolatingFunction implements TrivariateFunction { /**