jvanzyl     00/10/12 09:41:00

  Modified:    src/java/org/apache/velocity/runtime/directive
                        Directive.java
  Log:
  - typo
  
  Revision  Changes    Path
  1.5       +1 -1      
jakarta-velocity/src/java/org/apache/velocity/runtime/directive/Directive.java
  
  Index: Directive.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/directive/Directive.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Directive.java    2000/10/12 16:40:06     1.4
  +++ Directive.java    2000/10/12 16:41:00     1.5
  @@ -89,7 +89,7 @@
       }
       
       /**
  -     * How this directive is to be rendered */
  +     * How this directive is to be rendered 
        */
       public abstract void render(Context context, Writer writer, Node node)
           throws IOException;
  
  
  

Reply via email to