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:
parent
173f7da3ed
commit
7e8035a968
|
@ -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 {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue