Author: bago
Date: Tue May 23 09:01:39 2006
New Revision: 408951

URL: http://svn.apache.org/viewvc?rev=408951&view=rev
Log:
Backported to v2.3 MailImpl.lastUpdated fix for file repositories (JAMES-499)

Modified:
    james/server/branches/v2.3/src/java/org/apache/james/core/MailImpl.java

Modified: 
james/server/branches/v2.3/src/java/org/apache/james/core/MailImpl.java
URL: 
http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/core/MailImpl.java?rev=408951&r1=408950&r2=408951&view=diff
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/core/MailImpl.java 
(original)
+++ james/server/branches/v2.3/src/java/org/apache/james/core/MailImpl.java Tue 
May 23 09:01:39 2006
@@ -508,7 +508,6 @@
      * @throws IOException if an error occurs while writing to the stream
      */
     private void writeObject(java.io.ObjectOutputStream out) throws 
IOException {
-        lastUpdated = new Date();
         out.writeObject(sender);
         out.writeObject(recipients);
         out.writeObject(state);



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

Reply via email to