dlr         01/08/09 13:48:56

  Modified:    src/java/org/apache/turbine Turbine.java
  Log:
  Added defaultModules class member to fix the bulid.  It was missing
  and causing build errors, so I'm assuming that someone needs to check
  in some code.
  
  Revision  Changes    Path
  1.85      +10 -1     jakarta-turbine/src/java/org/apache/turbine/Turbine.java
  
  Index: Turbine.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/src/java/org/apache/turbine/Turbine.java,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -u -r1.84 -r1.85
  --- Turbine.java      2001/08/09 20:44:20     1.84
  +++ Turbine.java      2001/08/09 20:48:56     1.85
  @@ -110,7 +110,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Frank Y. Kim</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Rafal Krzewski</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
  - * @version $Id: Turbine.java,v 1.84 2001/08/09 20:44:20 jon Exp $
  + * @version $Id: Turbine.java,v 1.85 2001/08/09 20:48:56 dlr Exp $
    */
   public class Turbine
       extends HttpServlet
  @@ -138,6 +138,15 @@
        * Turbine application configuration.
        */
       private static Configuration configuration;
  +
  +    /**
  +     * A table of module names, keyed by module type.
  +     *
  +     * <p>FIXME: This class member was missing, causing compile
  +     * errors.  I'm not sure how or where it should be
  +     * initialized. (dlr)
  +     */
  +    private static Hashtable defaultModules;
   
       /**
        * This init method will load the default resources from a
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to