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 2002/02/05 05:15:43 UTC

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

dlr         02/02/04 20:15:43

  Modified:    src/java/org/apache/velocity/runtime RuntimeInstance.java
  Log:
  Removed reference to class (Runtime) which is no longer used.
  
  Revision  Changes    Path
  1.14      +1 -3      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.13
  retrieving revision 1.14
  diff -u -u -r1.13 -r1.14
  --- RuntimeInstance.java	3 Jan 2002 12:40:23 -0000	1.13
  +++ RuntimeInstance.java	5 Feb 2002 04:15:43 -0000	1.14
  @@ -144,7 +144,7 @@
    * @author <a href="mailto:jvanzyl@apache.org">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.13 2002/01/03 12:40:23 geirm Exp $
  + * @version $Id: RuntimeInstance.java,v 1.14 2002/02/05 04:15:43 dlr Exp $
    */
   public class RuntimeInstance implements RuntimeConstants, RuntimeServices
   {    
  @@ -288,8 +288,6 @@
        */
       private void setDefaultProperties()
       {
  -        //ClassLoader classLoader = Runtime.class.getClassLoader();
  -        
           ClassLoader classLoader = this.getClass().getClassLoader();
   
           try
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>