Had forgotten to set the svn:keywords property.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@936391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2010-04-21 17:00:56 +00:00
parent 173f7da3ed
commit 7e8035a968
1 changed files with 2 additions and 2 deletions

View File

@ -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 {
/**