fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618202 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-02-04 08:44:36 +00:00
parent 93ef63e1b3
commit f02058c10d
3 changed files with 2 additions and 5 deletions

View File

@ -92,9 +92,6 @@ public abstract class CertifiedDataAbstractTest extends TestCase {
}
}
/**
* @return
*/
protected abstract String getResourceName();
protected double getMaximumAbsoluteError() {

View File

@ -26,7 +26,7 @@ import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Test cases for the {@link Univariate} class.
* Test cases for the {@link ListUnivariateImpl} class.
*
* @version $Revision$ $Date$
*/

View File

@ -26,7 +26,7 @@ import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Test cases for the {@link Univariate} class.
* Test cases for the {@link ListUnivariateImpl} class.
*
* @version $Revision$ $Date$
*/