You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jv...@locus.apache.org on 2000/08/28 01:08:42 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/injector Injector.java

jvanzyl     00/08/27 16:08:42

  Modified:    src/java/org/apache/velocity/injector Injector.java
  Log:
  - added a missed sentence first time 'round.
  
  Revision  Changes    Path
  1.4       +3 -2      jakarta-velocity/src/java/org/apache/velocity/injector/Injector.java
  
  Index: Injector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/injector/Injector.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Injector.java	2000/08/27 22:59:06	1.3
  +++ Injector.java	2000/08/27 23:08:42	1.4
  @@ -64,7 +64,8 @@
    * of an injection point in a preparsed template, for
    * storing the root of the <b>portion</b> of the AST
    * responsible for producing dynamic content at the
  - * injection point.
  + * injection point, and for walking that portion of
  + * AST to produced the desired content.
    *
    * The Injector when called to fill in the preparsed
    * template at the injection point by using a visitor
  @@ -118,7 +119,7 @@
    * point of optimization.
    *
    * @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
  - * @version $Id: Injector.java,v 1.3 2000/08/27 22:59:06 jvanzyl Exp $
  + * @version $Id: Injector.java,v 1.4 2000/08/27 23:08:42 jvanzyl Exp $
    */
   public abstract class Injector
   {