remm        2004/06/23 07:00:04

  Modified:    catalina/src/share/org/apache/catalina Cluster.java
  Log:
  - Remove another debug flag.
  
  Revision  Changes    Path
  1.8       +1 -15     
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/Cluster.java
  
  Index: Cluster.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/Cluster.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Cluster.java      26 May 2004 15:24:59 -0000      1.7
  +++ Cluster.java      23 Jun 2004 14:00:04 -0000      1.8
  @@ -75,20 +75,6 @@
       public Container getContainer();
   
       /**
  -     * The debug detail level for this Cluster
  -     *
  -     * @param debug The debug level
  -     */
  -    public void setDebug(int debug);
  -
  -    /**
  -     * Returns the debug level for this Cluster
  -     *
  -     * @return The debug level
  -     */
  -    public int getDebug();
  -
  -    /**
        * Set the protocol parameters.
        *
        * @param protocol The protocol used by the cluster
  
  
  

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

Reply via email to