You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/07/14 06:14:44 UTC

cvs commit: jakarta-turbine/src/java/org/apache/turbine/modules Module.java

jvanzyl     01/07/13 21:14:43

  Modified:    src/java/org/apache/turbine/modules Module.java
  Log:
  - making the class concrete as i think we can make this module
    work for all templates. going to reduce as much as possible
    while retaining 2.1 functionality than we can decide what
    to add.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-turbine/src/java/org/apache/turbine/modules/Module.java
  
  Index: Module.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/src/java/org/apache/turbine/modules/Module.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Module.java	2001/07/12 20:21:30	1.3
  +++ Module.java	2001/07/14 04:14:43	1.4
  @@ -62,9 +62,9 @@
    * future use is yet to be determined.
    *
    * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
  - * @version $Id: Module.java,v 1.3 2001/07/12 20:21:30 jvanzyl Exp $
  + * @version $Id: Module.java,v 1.4 2001/07/14 04:14:43 jvanzyl Exp $
    */
  -public abstract class Module
  +public class Module
   {
       /**
        * A subclass must override this method to build itself.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org