dion        2002/10/28 04:16:30

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/util
                        LoadTextTag.java
  Log:
  Fix bad javadoc comment
  
  Revision  Changes    Path
  1.2       +1 -3      
jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/util/LoadTextTag.java
  
  Index: LoadTextTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/util/LoadTextTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoadTextTag.java  2 Oct 2002 16:07:27 -0000       1.1
  +++ LoadTextTag.java  28 Oct 2002 12:16:30 -0000      1.2
  @@ -74,9 +74,7 @@
   import org.apache.commons.jelly.XMLOutput;
   
   /** 
  - * A tag which catches exceptions thrown by its body.
  - * This allows conditional logic to be performed based on if exceptions
  - * are thrown or to do some kind of custom exception logging logic.
  + * A tag which loads text from a file or URI into a Jelly variable. 
    *
    * @author <a href="mailto:jstrachan@;apache.org">James Strachan</a>
    * @version $Revision$
  
  
  

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

Reply via email to