dlr         00/10/14 20:25:03

  Modified:    src/java/org/apache/velocity Template.java
  Log:
  Improved HTML view of JavaDoc.
  
  Revision  Changes    Path
  1.5       +3 -1      jakarta-velocity/src/java/org/apache/velocity/Template.java
  
  Index: Template.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/Template.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Template.java     2000/10/12 14:24:22     1.4
  +++ Template.java     2000/10/15 03:25:03     1.5
  @@ -72,6 +72,7 @@
    * InjectorVistor, this is part of the planned
    * caching mechanism.
    *
  + * <pre>
    * Template template = Runtime.getTemplate("test.wm");
    * Context context = new Context();
    *
  @@ -79,9 +80,10 @@
    * context.put("customer", new Customer());
    *
    * template.merge(context, writer);
  + * </pre>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
  - * @version $Id: Template.java,v 1.4 2000/10/12 14:24:22 jvanzyl Exp $
  + * @version $Id: Template.java,v 1.5 2000/10/15 03:25:03 dlr Exp $
    */
   public class Template
   {
  
  
  

Reply via email to