You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/02/28 12:37:30 UTC

cvs commit: jakarta-cactus/src/framework/share/org/apache/cactus AbstractTestCase.java

vmassol     02/02/28 03:37:30

  Modified:    src/framework/share/org/apache/cactus AbstractTestCase.java
  Log:
  java cosmetic change
  
  Revision  Changes    Path
  1.27      +3 -3      jakarta-cactus/src/framework/share/org/apache/cactus/AbstractTestCase.java
  
  Index: AbstractTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/AbstractTestCase.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- AbstractTestCase.java	22 Feb 2002 23:11:42 -0000	1.26
  +++ AbstractTestCase.java	28 Feb 2002 11:37:30 -0000	1.27
  @@ -78,7 +78,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: AbstractTestCase.java,v 1.26 2002/02/22 23:11:42 vmassol Exp $
  + * @version $Id: AbstractTestCase.java,v 1.27 2002/02/28 11:37:30 vmassol Exp $
    */
   public abstract class AbstractTestCase extends TestCase
   {
  @@ -178,8 +178,8 @@
        *
        * @param theRequest the <code>WebRequest</code> object to
        *                   pass to the begin method.
  -     * @exception Throwable any error that occurred when calling the begin method
  -     *         for the current test case.
  +     * @exception Throwable any error that occurred when calling the begin
  +     *            method for the current test case.
        */
       protected void callBeginMethod(WebRequest theRequest)
           throws Throwable
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>