added missing keywords
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@673068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d4200df71
commit
1d078f3d10
|
@ -22,7 +22,7 @@ import java.util.Locale;
|
||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision:$
|
* @version $Revision$ $Date$
|
||||||
*/
|
*/
|
||||||
public class ArgumentOutsideDomainExceptionTest extends TestCase {
|
public class ArgumentOutsideDomainExceptionTest extends TestCase {
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Locale;
|
||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision:$
|
* @version $Revision$ $Date$
|
||||||
*/
|
*/
|
||||||
public class DuplicateSampleAbscissaExceptionTest extends TestCase {
|
public class DuplicateSampleAbscissaExceptionTest extends TestCase {
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Locale;
|
||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision:$
|
* @version $Revision$ $Date$
|
||||||
*/
|
*/
|
||||||
public class MaxIterationsExceededExceptionTest extends TestCase {
|
public class MaxIterationsExceededExceptionTest extends TestCase {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue