Update of /cvsroot/webmacro/webmacro/src/org/webmacro
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7095/src/org/webmacro
Modified Files:
Template.java
Log Message:
Javadoc
Index: Template.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/Template.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Template.java 18 Mar 2008 16:14:56 -0000 1.20
--- Template.java 27 Mar 2008 19:40:03 -0000 1.21
***************
*** 44,50 ****
* call the parse() function at an appropriate time. Once a template has
* been parsed, subsequent calls to this method do not have an effect. If
! * you want to reparse the template, because you know, it has been changed, you
* have to create a new Template object and leave this one to the garbage collector.
! * <p>
* @exception TemplateException if the sytax was invalid and we could not recover
* @exception IOException if we could not successfullly read the parseTool
--- 44,50 ----
* call the parse() function at an appropriate time. Once a template has
* been parsed, subsequent calls to this method do not have an effect. If
! * you want to reparse the template, because you know it has been changed, you
* have to create a new Template object and leave this one to the garbage collector.
! *
* @exception TemplateException if the sytax was invalid and we could not recover
* @exception IOException if we could not successfullly read the parseTool
|