You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/10/30 21:04:49 UTC

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly TagSupport.java

dion        2003/10/30 12:04:49

  Modified:    jelly/src/java/org/apache/commons/jelly TagSupport.java
  Log:
  Make docs more understandable
  
  Revision  Changes    Path
  1.28      +7 -9      jakarta-commons/jelly/src/java/org/apache/commons/jelly/TagSupport.java
  
  Index: TagSupport.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/TagSupport.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- TagSupport.java	9 Oct 2003 21:21:27 -0000	1.27
  +++ TagSupport.java	30 Oct 2003 20:04:48 -0000	1.28
  @@ -260,8 +260,7 @@
       }
       
       /**
  -     * Evaluates the given body using a buffer and returns the String 
  -     * of the result.
  +     * Executes the body of the tag and returns the result as a String.
        *
        * @return the text evaluation of the body
        */
  @@ -272,8 +271,7 @@
       }
   
       /**
  -     * Evaluates the given body using a buffer and returns the String 
  -     * of the result.
  +     * Executes the body of the tag and returns the result as a String.
        *
        * @param shouldEscape Signal if the text should be escaped.
        *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org