* catalina/src/share/org/apache/catalina/session/StandardSessionFacade.java
  StandardSessionFacade(StandardSession): Removed redundant constructor.  As 
  StandardSession implements HttpSession, the 
  StandardSessionFacade(HttpSession) constructor already does the job 
  admirably.


--- 
/tmp/jakarta-tomcat-4.1.18-src/catalina/src/share/org/apache/catalina/session/StandardSessionFacade.java
    Wed Jan 29 15:56:00 2003
+++ /tmp/StandardSessionFacade.java     Wed Jan 29 15:56:00 2003
@@ -104,15 +104,6 @@
     /**
      * Construct a new session facade.
      */
-    public StandardSessionFacade(StandardSession session) {
-        super();
-        this.session = (HttpSession) session;
-    }
-
-
-    /**
-     * Construct a new session facade.
-     */
     public StandardSessionFacade(HttpSession session) {
         super();
         this.session = session;



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

Reply via email to