danny       02/02/04 02:23:43

  Modified:    src/java/org/apache/james Tag: v2-0a2candidate1 James.java
  Log:
  hell, somehow deleted "returns"  last comit.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.2  +3 -3      jakarta-james/src/java/org/apache/james/James.java
  
  Index: James.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/James.java,v
  retrieving revision 1.15.2.1
  retrieving revision 1.15.2.2
  diff -u -r1.15.2.1 -r1.15.2.2
  --- James.java        4 Feb 2002 10:04:09 -0000       1.15.2.1
  +++ James.java        4 Feb 2002 10:23:43 -0000       1.15.2.2
  @@ -52,8 +52,8 @@
    * @author Serge
    * @author <a href="mailto:[EMAIL PROTECTED]";>Charles Benett</a>
    *
  - * This is $Revision: 1.15.2.1 $
  - * Committed on $Date: 2002/02/04 10:04:09 $ by: $Author: danny $
  + * This is $Revision: 1.15.2.2 $
  + * Committed on $Date: 2002/02/04 10:23:43 $ by: $Author: danny $
    */
   public class James
       extends AbstractLoggable
  @@ -444,7 +444,7 @@
       }
   
       public boolean isLocalServer( final String serverName ) {
  -        serverNames.contains(serverName.toLowerCase());
  +        return serverNames.contains(serverName.toLowerCase());
       }
   
       public String getServerInfo() {
  
  
  

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

Reply via email to