Fixed javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-03-07 16:39:38 +00:00
parent e10e6db2e3
commit b3641de2a7
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ import junit.framework.TestCase;
/**
* A TestCase that retries tests when assertions fail.
* <p>
* If one or more tests throws an AssertionFailedError, all tests are
* If one or more tests throw an AssertionFailedError, all tests are
* repeated one time.
* <p>
* Errors or exceptions other than AssertionFailedError do not lead to retries.
*
* @version $Revision: 1.1 $ $Date: 2004/03/07 16:29:38 $
* @version $Revision: 1.2 $ $Date: 2004/03/07 16:39:38 $
*/
public class RetryTestCase extends TestCase {