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 rd...@apache.org on 2009/09/05 09:33:21 UTC

svn commit: r811597 - /james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java

Author: rdonkin
Date: Sat Sep  5 07:33:21 2009
New Revision: 811597

URL: http://svn.apache.org/viewvc?rev=811597&view=rev
Log:
No need to expose this field

Modified:
    james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java

Modified: james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java?rev=811597&r1=811596&r2=811597&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java (original)
+++ james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java Sat Sep  5 07:33:21 2009
@@ -62,7 +62,7 @@
     /**
      * The mailet context - we access it here to set the hello name for the Mailet API
      */
-    MailetContext mailetcontext;
+    private MailetContext mailetcontext;
 
     /**
      * The user repository for this server - used to authenticate



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org