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: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]