psteitz     2004/03/07 08:39:38

  Modified:    math/src/test/org/apache/commons/math RetryTestCase.java
  Log:
  Fixed javadoc typo.
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-commons/math/src/test/org/apache/commons/math/RetryTestCase.java
  
  Index: RetryTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/math/src/test/org/apache/commons/math/RetryTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RetryTestCase.java        7 Mar 2004 16:29:38 -0000       1.1
  +++ RetryTestCase.java        7 Mar 2004 16:39:38 -0000       1.2
  @@ -22,7 +22,7 @@
   /**
    * 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.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to