You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/09/14 20:00:41 UTC

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

dlr         01/09/14 11:00:40

  Modified:    src/java/org/apache/turbine/modules Module.java
  Log:
  Added comments from jvz WRT Screens which appear to apply to Modules
  as well.
  
  Revision  Changes    Path
  1.3       +3 -4      jakarta-turbine-3/src/java/org/apache/turbine/modules/Module.java
  
  Index: Module.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/src/java/org/apache/turbine/modules/Module.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- Module.java	2001/08/17 06:02:01	1.2
  +++ Module.java	2001/09/14 18:00:40	1.3
  @@ -63,12 +63,11 @@
   import org.apache.turbine.services.pull.TurbinePull;
   
   /**
  - * This is an interface that defines what a Module is. All the
  - * current modules extend off of this class. It is currently empty and
  - * future use is yet to be determined.
  + * Responsible for populating contexts (can be thought of as "context
  + * builders").
    *
    * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
  - * @version $Id: Module.java,v 1.2 2001/08/17 06:02:01 jon Exp $
  + * @version $Id: Module.java,v 1.3 2001/09/14 18:00:40 dlr Exp $
    */
   public class Module
   {
  
  
  

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