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/07/16 18:04:03 UTC

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

dlr         01/07/16 09:04:03

  Modified:    src/java/org/apache/velocity/runtime/resource Resource.java
  Log:
  Removed unnecessary ctor (generated by the compiler).
  
  Revision  Changes    Path
  1.6       +1 -8      jakarta-velocity/src/java/org/apache/velocity/runtime/resource/Resource.java
  
  Index: Resource.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/resource/Resource.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Resource.java	2001/04/22 18:11:20	1.5
  +++ Resource.java	2001/07/16 16:04:03	1.6
  @@ -73,7 +73,7 @@
    *
    * @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
    * @author <a href="mailto:geirm@optonline.net">Geir Magnusson Jr.</a>
  - * @version $Id: Resource.java,v 1.5 2001/04/22 18:11:20 geirm Exp $
  + * @version $Id: Resource.java,v 1.6 2001/07/16 16:04:03 dlr Exp $
    */
   public abstract class Resource
   {
  @@ -127,13 +127,6 @@
        */
       protected Object data = null;
   
  -    /** 
  -     *  Default constructor 
  -     */
  -    public Resource()
  -    {
  -    }
  -    
       /**
        * Perform any subsequent processing that might need
        * to be done by a resource. In the case of a template