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: [email protected]
For additional commands, e-mail: [email protected]