You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/08/24 16:27:46 UTC

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/request JetspeedRequestContextComponent.java

weaver      2004/08/24 07:27:46

  Modified:    portal/src/java/org/apache/jetspeed/request
                        JetspeedRequestContextComponent.java
  Log:
  Move constants to interface.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/request/JetspeedRequestContextComponent.java
  
  Index: JetspeedRequestContextComponent.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/request/JetspeedRequestContextComponent.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JetspeedRequestContextComponent.java	19 May 2004 02:15:49 -0000	1.4
  +++ JetspeedRequestContextComponent.java	24 Aug 2004 14:27:46 -0000	1.5
  @@ -100,7 +100,7 @@
        */
       public RequestContext getRequestContext(HttpServletRequest request)
       {
  -        return (RequestContext) request.getAttribute(JetspeedRequestContext.REQUEST_PORTALENV);
  +        return (RequestContext) request.getAttribute(RequestContext.REQUEST_PORTALENV);
       }
   
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org