User: hiram   
  Date: 00/11/11 16:30:15

  Modified:    src/java/org/spydermq SpySession.java
  Log:
  Fixed indentation
  
  Revision  Changes    Path
  1.10      +5 -6      spyderMQ/src/java/org/spydermq/SpySession.java
  
  Index: SpySession.java
  ===================================================================
  RCS file: /products/cvs/ejboss/spyderMQ/src/java/org/spydermq/SpySession.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- SpySession.java   2000/11/04 13:30:23     1.9
  +++ SpySession.java   2000/11/12 00:30:15     1.10
  @@ -29,7 +29,7 @@
    *      
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.9 $
  + *   @version $Revision: 1.10 $
    */
   public class SpySession 
        implements Runnable, Session
  @@ -258,10 +258,10 @@
   
        public synchronized void close() throws JMSException
        {
  -        // allow other threads to process before closing this session
  -        // Patch submitted by John Ellis (10/29/00)
  -        Thread.yield();
  -        
  +             // allow other threads to process before closing this session
  +             // Patch submitted by John Ellis (10/29/00)
  +             Thread.yield();
  +                
                if (closed) return;
                closed=true;
   
  @@ -279,7 +279,6 @@
                }       
                
                connection.sessionClosing(this);
  -             
        }
   
        //Called by the ConnectionReceiver which has just received a message
  
  
  

Reply via email to