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 2002/02/04 18:10:16 UTC

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

dlr         02/02/04 09:10:16

  Modified:    src/java/org/apache/turbine TurbineConfig.java
  Log:
  Removed redundant docu.
  
  Revision  Changes    Path
  1.2       +1 -5      jakarta-turbine-3/src/java/org/apache/turbine/TurbineConfig.java
  
  Index: TurbineConfig.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/src/java/org/apache/turbine/TurbineConfig.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- TurbineConfig.java	1 Sep 2001 16:58:11 -0000	1.1
  +++ TurbineConfig.java	4 Feb 2002 17:10:16 -0000	1.2
  @@ -100,7 +100,7 @@
    * @author <a href="mailto:krzewski@e-point.pl">Rafal Krzewski</a>
    * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
    * @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
  - * @version $Id: TurbineConfig.java,v 1.1 2001/09/01 16:58:11 jvanzyl Exp $
  + * @version $Id: TurbineConfig.java,v 1.2 2002/02/04 17:10:16 dlr Exp $
    */
   public class TurbineConfig implements ServletConfig, ServletContext
   {
  @@ -126,8 +126,6 @@
       private Turbine turbine;
   
       /**
  -     * Constructs a new TurbineConfig.
  -     *
        * This is the general form of the constructor. You can provide
        * a path to search for files, and a name-value map of init
        * parameters.
  @@ -155,8 +153,6 @@
       }
   
       /**
  -     * Constructs a TurbineConfig.
  -     *
        * This is a specialized constructor that allows to configure
        * Turbine easiliy in the common setups.
        *
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>