Author: bago
Date: Fri May 12 17:11:02 2006
New Revision: 405954
URL: http://svn.apache.org/viewcvs?rev=405954&view=rev
Log:
Removed a superfluous notify added in the previous commit.
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java
URL:
http://svn.apache.org/viewcvs/james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java?rev=405954&r1=405953&r2=405954&view=diff
==============================================================================
---
james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java
(original)
+++
james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java
Fri May 12 17:11:02 2006
@@ -1124,9 +1124,10 @@
// This is an update, we have to unlock and notify
or this mail
// is kept locked by this thread
outgoing.unlock(key);
- synchronized(outgoing) {
- outgoing.notify();
- }
+ // We do not notify because we updated an already
existing mail
+ // and we are now free to handle more mails.
+ // Furthermore this mail should not be processed
now because we
+ // have a retry time scheduling.
}
//Clear the object handle to make sure it recycles
this object.
mail = null;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]