Author: noel
Date: Fri Jun  3 14:46:52 2005
New Revision: 179896

URL: http://svn.apache.org/viewcvs?rev=179896&view=rev
Log:
fix typo and correct tab spacing

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=179896&r1=179895&r2=179896&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 Jun  3 14:46:52 2005
@@ -465,7 +465,7 @@
                 } catch (SendFailedException sfe) {
                     if (sfe.getValidUnsentAddresses() != null
                         && sfe.getValidUnsentAddresses().length > 0) {
-                        if (isDebug) log("Send failed, " + 
sfe.getValidUnsentAddresses().length() + " valid addresses remain, continuing 
with any other servers");
+                        if (isDebug) log("Send failed, " + 
sfe.getValidUnsentAddresses().length + " valid addresses remain, continuing 
with any other servers");
                         lastError = sfe;
                         continue;
                     } else {
@@ -903,7 +903,7 @@
                     } catch (Exception e) {
                         // Prevent unexpected exceptions from causing looping 
by removing
                         // message from outgoing.
-                       // DO NOT CHNANGE THIS to catch Error!  For example, if 
there were an OutOfMemory condition
+                        // DO NOT CHNANGE THIS to catch Error!  For example, 
if there were an OutOfMemory condition
                         // caused because something else in the server was 
abusing memory, we would not want to
                         // start purging the outgoing spool!
                         outgoing.remove(key);



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

Reply via email to