geirm       01/05/19 10:19:21

  Modified:    src/java/org/apache/velocity/servlet VelocityServlet.java
  Log:
  Can't see a reason to keep this private - throws people for a loop if
  they try to copy/paste out the base impl when doing their own...
  
  Revision  Changes    Path
  1.39      +2 -2      
jakarta-velocity/src/java/org/apache/velocity/servlet/VelocityServlet.java
  
  Index: VelocityServlet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/servlet/VelocityServlet.java,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- VelocityServlet.java      2001/05/18 12:01:16     1.38
  +++ VelocityServlet.java      2001/05/19 17:19:21     1.39
  @@ -129,7 +129,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jon S. Stevens</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Geir Magnusson Jr.</a>
    * @author <a href="[EMAIL PROTECTED]">Kent Johnson</a>
  - * $Id: VelocityServlet.java,v 1.38 2001/05/18 12:01:16 geirm Exp $
  + * $Id: VelocityServlet.java,v 1.39 2001/05/19 17:19:21 geirm Exp $
    */
   public abstract class VelocityServlet extends HttpServlet
   {
  @@ -173,7 +173,7 @@
        * This is the string that is looked for when getInitParameter is
        * called.
        */
  -    private static final String INIT_PROPS_KEY = "properties";
  +    protected static final String INIT_PROPS_KEY = "properties";
   
       /**
        * Cache of writers
  
  
  

Reply via email to