hgomez      2004/04/06 00:01:08

  Modified:    coyote/src/java/org/apache/coyote RequestInfo.java
  Log:
  Tab policies
  
  Revision  Changes    Path
  1.10      +2 -2      
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/RequestInfo.java
  
  Index: RequestInfo.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/RequestInfo.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- RequestInfo.java  6 Apr 2004 06:59:54 -0000       1.9
  +++ RequestInfo.java  6 Apr 2004 07:01:08 -0000       1.10
  @@ -50,8 +50,8 @@
               global.addRequestProcessor( this );
           } else {
                if (this.global != null) {
  -             this.global.removeRequestProcessor( this ); 
  -                 this.global = null;
  +                this.global.removeRequestProcessor( this ); 
  +                this.global = null;
               }
           }
       }
  
  
  

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

Reply via email to