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:
parent
93ef63e1b3
commit
f02058c10d
|
@ -92,9 +92,6 @@ public abstract class CertifiedDataAbstractTest extends TestCase {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
protected abstract String getResourceName();
|
||||
|
||||
protected double getMaximumAbsoluteError() {
|
||||
|
|
|
@ -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$
|
||||
*/
|
||||
|
|
|
@ -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$
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue