geirm       01/05/20 12:54:12

  Modified:    src/java/org/apache/velocity/context
                        InternalEventContext.java
  Log:
  clean up javadoc :)
  
  Revision  Changes    Path
  1.2       +4 -8      
jakarta-velocity/src/java/org/apache/velocity/context/InternalEventContext.java
  
  Index: InternalEventContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/context/InternalEventContext.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InternalEventContext.java 2001/05/20 19:52:43     1.1
  +++ InternalEventContext.java 2001/05/20 19:54:11     1.2
  @@ -59,16 +59,12 @@
   import org.apache.velocity.app.event.EventCartridge;
   
   /**
  - *  interface to encapsulate the 'stuff' for internal operation of velocity.  
  - *  We use the context as a thread-safe storage : we take advantage of the
  - *  fact that it's a visitor  of sorts  to all nodes (that matter) of the 
  - *  AST during init() and render().
  + *  Interface for event support.  Note that this is a public internal
  + *  interface, as it is something that will be accessed from outside 
  + *  of the .context package.
    *
  - *  Currently, it carries the template name for namespace
  - *  support, as well as node-local context data introspection caching.
  - *
    *  @author <a href="mailto:[EMAIL PROTECTED]";>Geir Magnusson Jr.</a>
  - *  @version $Id: InternalEventContext.java,v 1.1 2001/05/20 19:52:43 geirm Exp $
  + *  @version $Id: InternalEventContext.java,v 1.2 2001/05/20 19:54:11 geirm Exp $
    */
   public interface InternalEventContext
   {
  
  
  

Reply via email to