noel        2003/10/22 18:45:57

  Modified:    src/java/org/apache/james/util/connection
                        ServerConnection.java
  Log:
  remove tabes
  
  Revision  Changes    Path
  1.13      +1 -1      
james-server/src/java/org/apache/james/util/connection/ServerConnection.java
  
  Index: ServerConnection.java
  ===================================================================
  RCS file: 
/home/cvs/james-server/src/java/org/apache/james/util/connection/ServerConnection.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ServerConnection.java     19 Oct 2003 23:41:54 -0000      1.12
  +++ ServerConnection.java     23 Oct 2003 01:45:57 -0000      1.13
  @@ -335,7 +335,7 @@
                                  Iterator runnerIterator = 
clientConnectionRunners.iterator();
                                  getLogger().info("Connections: ");
                                  while( runnerIterator.hasNext() ) {
  -                                                                getLogger().info("  
  " + ((ClientConnectionRunner)runnerIterator.next()).toString());
  +                                   getLogger().info("    " + 
((ClientConnectionRunner)runnerIterator.next()).toString());
                                  }
                              }
                           }
  
  
  

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

Reply via email to