You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by pr...@apache.org on 2003/09/04 03:22:14 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util ReplaceTag.java

proyal      2003/09/03 18:22:14

  Modified:    jelly/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util
                        ReplaceTag.java
  Log:
  [JELLY-77] Correct javadocs
  
  Patch from Paul O'Fallon
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-commons/jelly/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util/ReplaceTag.java
  
  Index: ReplaceTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util/ReplaceTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ReplaceTag.java	25 Jan 2003 19:31:48 -0000	1.2
  +++ ReplaceTag.java	4 Sep 2003 01:22:14 -0000	1.3
  @@ -69,7 +69,7 @@
   import org.xml.sax.SAXException;
   
   /**
  - * A tag that replaces occurrences of strings in its body (or value)
  + * A tag that replaces occurrences of a character in its body (or value)
    * and places the result into the context
    * 
    * @author dion