You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by dl...@apache.org on 2001/09/17 08:50:35 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/runtime RuntimeInstance.java

dlr         01/09/16 23:50:34

  Modified:    src/java/org/apache/velocity/runtime RuntimeInstance.java
  Log:
  Corrected comment grammar.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeInstance.java
  
  Index: RuntimeInstance.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeInstance.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- RuntimeInstance.java	2001/09/16 23:57:46	1.4
  +++ RuntimeInstance.java	2001/09/17 06:50:34	1.5
  @@ -143,7 +143,7 @@
    * @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
    * @author <a href="mailto:jlb@houseofdistraction.com">Jeff Bowden</a>
    * @author <a href="mailto:geirm@optonline.net">Geir Magusson Jr.</a>
  - * @version $Id: RuntimeInstance.java,v 1.4 2001/09/16 23:57:46 geirm Exp $
  + * @version $Id: RuntimeInstance.java,v 1.5 2001/09/17 06:50:34 dlr Exp $
    */
   public class RuntimeInstance implements RuntimeConstants, RuntimeServices
   {    
  @@ -232,7 +232,7 @@
           resourceManager = new ResourceManager( this );
           
           /*
  -         *  make an new introspector and initialize it
  +         *  make a new introspector and initialize it
            */
            
           introspector = new Introspector( this );