[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/multiplex ...

Ron Sigal ron_sigal at yahoo.com
Wed Aug 23 03:18:56 EDT 2006


  User: rsigal  
  Date: 06/08/23 03:18:56

  Modified:    src/main/org/jboss/remoting/transport/multiplex 
                        OutputMultiplexor.java
  Log:
  JBREM-577:  Removed a comment.
  
  Revision  Changes    Path
  1.32      +0 -1      JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/OutputMultiplexor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OutputMultiplexor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/OutputMultiplexor.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- OutputMultiplexor.java	18 Aug 2006 13:50:45 -0000	1.31
  +++ OutputMultiplexor.java	23 Aug 2006 07:18:56 -0000	1.32
  @@ -241,7 +241,6 @@
            if (writeQueue == null)
            {
               log.error("unregistered client: " + manager);
  -            // temporary:
               return;
            }
   
  
  
  



More information about the jboss-cvs-commits mailing list