You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by pg...@apache.org on 2002/10/26 19:33:03 UTC

cvs commit: jakarta-james/src/java/org/apache/james/smtpserver SMTPServer.java

pgoldstein    2002/10/26 10:33:03

  Modified:    src/java/org/apache/james/smtpserver SMTPServer.java
  Log:
  Fixing SMTP server description string.
  
  Revision  Changes    Path
  1.15      +1 -1      jakarta-james/src/java/org/apache/james/smtpserver/SMTPServer.java
  
  Index: SMTPServer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/smtpserver/SMTPServer.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SMTPServer.java	26 Oct 2002 04:15:30 -0000	1.14
  +++ SMTPServer.java	26 Oct 2002 17:33:03 -0000	1.15
  @@ -210,7 +210,7 @@
        * @see org.apache.james.core.AbstractJamesService#getServiceType()
        */
       public String getServiceType() {
  -        return "SMTP Service - Watchdogs unpooled, buffers adjusted with sendMail disabled";
  +        return "SMTP Service";
       }
   
       /**
  
  
  

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