nacho       01/09/22 17:24:52

  Modified:    src/facade22/org/apache/tomcat/facade HttpSessionFacade.java
  Log:
  Oops!!,  wonders of Cut & Paste
  
  Revision  Changes    Path
  1.16      +1 -3      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpSessionFacade.java
  
  Index: HttpSessionFacade.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpSessionFacade.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- HttpSessionFacade.java    2001/09/23 00:21:40     1.15
  +++ HttpSessionFacade.java    2001/09/23 00:24:52     1.16
  @@ -194,7 +194,6 @@
                       ((HttpSessionBindingListener) value).valueBound
                           (new HttpSessionBindingEvent( this, name));
                   } catch ( Throwable th ) {
  -                    log( "Exception during bound event", th );
                   }
                realSession.setAttribute( name, value );
            }
  @@ -281,7 +280,6 @@
                           ((HttpSessionBindingListener) object).valueUnbound
                               (new HttpSessionBindingEvent( this, name));
                       } catch ( Throwable th ) {
  -                        log("Exception during unbound event", th );
                       }
                }
            }
  @@ -316,5 +314,5 @@
        System.err.println( "HttpSessionFacade: " + s );
       }
   
  -    
  +
   }
  
  
  

Reply via email to