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 2003/01/28 14:47:31 UTC

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

vmassol     2003/01/28 05:47:31

  Modified:    framework/src/java/share/org/apache/cactus
                        AbstractTestCase.java
  Log:
  Fix Javadoc 1.4.1 issues with sentences ending with a dot.
  
  Revision  Changes    Path
  1.18      +3 -3      jakarta-cactus/framework/src/java/share/org/apache/cactus/AbstractTestCase.java
  
  Index: AbstractTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/AbstractTestCase.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- AbstractTestCase.java	3 Jan 2003 15:35:47 -0000	1.17
  +++ AbstractTestCase.java	28 Jan 2003 13:47:31 -0000	1.18
  @@ -174,7 +174,7 @@
       }
   
       /**
  -     * Sets the Cactus configuration.
  +     * Sets the Cactus configuration
        * 
     * @param theConfiguration the Cactus configuration
     */
       protected void setConfiguration(Configuration theConfiguration)
       {
  @@ -273,7 +273,7 @@
       }
   
       /**
  -     * Creates the Cactus configuration object.
  +     * Creates the Cactus configuration object
        * 
     * @return the Cactus configuration
     */
       protected abstract Configuration createConfiguration();
       
  
  
  

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