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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to