You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2002/12/06 13:52:09 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/environment/http HttpSession.java

cziegeler    2002/12/06 04:52:09

  Modified:    src/java/org/apache/cocoon/environment/http HttpSession.java
  Log:
  Committing missing change
  
  Revision  Changes    Path
  1.7       +2 -2      xml-cocoon2/src/java/org/apache/cocoon/environment/http/HttpSession.java
  
  Index: HttpSession.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/http/HttpSession.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- HttpSession.java	6 Dec 2002 10:34:27 -0000	1.6
  +++ HttpSession.java	6 Dec 2002 12:52:09 -0000	1.7
  @@ -86,7 +86,7 @@
   public final class HttpSession
   implements Session {
   
  -    private javax.servlet.http.HttpSession wrappedSession;
  +    javax.servlet.http.HttpSession wrappedSession;
   
       /**
        * Construct a new session from an HttpSession
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org