remm        2005/06/29 10:32:22

  Modified:    util/java/org/apache/tomcat/util/net AprEndpoint.java
  Log:
  - Add back the two dummy properties (used for JMX).
  
  Revision  Changes    Path
  1.52      +12 -0     
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/AprEndpoint.java
  
  Index: AprEndpoint.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/AprEndpoint.java,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- AprEndpoint.java  27 Jun 2005 13:44:04 -0000      1.51
  +++ AprEndpoint.java  29 Jun 2005 17:32:22 -0000      1.52
  @@ -314,6 +314,18 @@
       public Sendfile getSendfile() { return sendfile; }
   
   
  +    /**
  +     * Dummy maxSpareThreads property.
  +     */
  +    public int getMaxSpareThreads() { return 0; }
  +
  +
  +    /**
  +     * Dummy minSpareThreads property.
  +     */
  +    public int getMinSpareThreads() { return 0; }
  +
  +
       // --------------------------------------------------------- Public 
Methods
   
   
  
  
  

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

Reply via email to