Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 25781 invoked from network); 21 Apr 2010 17:01:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Apr 2010 17:01:43 -0000 Received: (qmail 81861 invoked by uid 500); 21 Apr 2010 17:01:42 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 81781 invoked by uid 500); 21 Apr 2010 17:01:42 -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 81774 invoked by uid 99); 21 Apr 2010 17:01:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 17:01:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 17:01:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8FD3023889E3; Wed, 21 Apr 2010 17:00:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r936391 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/interpolation/ test/java/org/apache/commons/math/analysis/interpolation/ Date: Wed, 21 Apr 2010 17:00:56 -0000 To: commits@commons.apache.org From: erans@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100421170056.8FD3023889E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: erans Date: Wed Apr 21 17:00:56 2010 New Revision: 936391 URL: http://svn.apache.org/viewvc?rev=936391&view=rev Log: Had forgotten to set the svn:keywords property. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/BicubicSplineInterpolator.java (props changed) commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/BivariateRealGridInterpolator.java (props changed) commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolator.java (props changed) commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/SmoothingPolynomialBicubicSplineInterpolator.java (props changed) commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolatorTest.java (contents, props changed) commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SmoothingPolynomialBicubicSplineInterpolatorTest.java (props changed) Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/BicubicSplineInterpolator.java ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/BivariateRealGridInterpolator.java ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolator.java ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/SmoothingPolynomialBicubicSplineInterpolator.java ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolatorTest.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolatorTest.java?rev=936391&r1=936390&r2=936391&view=diff ============================================================================== --- commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolatorTest.java (original) +++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolatorTest.java Wed Apr 21 17:00:56 2010 @@ -25,8 +25,8 @@ import org.junit.Test; /** * Testcase for the bicubic interpolator. * - * @version $Revision: 821626 $ $Date: 2009-10-04 23:57:30 +0200 (Sun, 04 Oct 2009) $ - * @deprecated To be removed in math 3.0 (when the class for which it is a test will also be removed). + * @version $Revision$ $Date$ + * @deprecated To be removed in math 3.0 (when the class for which it is a test will also be removed). */ public final class SmoothingBicubicSplineInterpolatorTest { /** Propchange: commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolatorTest.java ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SmoothingPolynomialBicubicSplineInterpolatorTest.java ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision