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/11/22 23:05:35 UTC

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

vmassol     2002/11/22 14:05:35

  Modified:    framework/src/java/j2ee13/org/apache/cactus/server
                        FilterImplicitObjects.java
               framework/src/java/share/org/apache/cactus/server
                        JspImplicitObjects.java
  Log:
  Fix javadoc issue: sentences must not contain dots ("."). JDK 1.4 javadoc has a nice -breakiterator to handle this. However, it won't work in 1.2 or 1.3.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/server/FilterImplicitObjects.java
  
  Index: FilterImplicitObjects.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/server/FilterImplicitObjects.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FilterImplicitObjects.java	27 Aug 2002 23:04:04 -0000	1.4
  +++ FilterImplicitObjects.java	22 Nov 2002 22:05:35 -0000	1.5
  @@ -61,7 +61,7 @@
   
   /**
    * Holder class that contains the instances of the implicit objects that will
  - * be accessible in the test classes (i.e. subclasses of
  + * be accessible in the test classes (ie subclasses of
    * <code>FilterTestCase</code>).
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
  
  
  
  1.4       +2 -2      jakarta-cactus/framework/src/java/share/org/apache/cactus/server/JspImplicitObjects.java
  
  Index: JspImplicitObjects.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/JspImplicitObjects.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JspImplicitObjects.java	28 Aug 2002 19:53:53 -0000	1.3
  +++ JspImplicitObjects.java	22 Nov 2002 22:05:35 -0000	1.4
  @@ -61,7 +61,7 @@
   
   /**
    * Holder class that contains the instances of the implicit objects that will
  - * be accessible in the test classes (i.e. subclasses of
  + * be accessible in the test classes (ie subclasses of
    * <code>JspTestCase</code>).
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
  
  
  

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