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 10:24:27 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/environment/wrapper RequestWrapper.java

cziegeler    2002/12/06 01:24:27

  Modified:    src/java/org/apache/cocoon/environment/wrapper
                        RequestWrapper.java
  Log:
  Fixing javadocs
  
  Revision  Changes    Path
  1.8       +6 -6      xml-cocoon2/src/java/org/apache/cocoon/environment/wrapper/RequestWrapper.java
  
  Index: RequestWrapper.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/wrapper/RequestWrapper.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RequestWrapper.java	22 Feb 2002 07:03:51 -0000	1.7
  +++ RequestWrapper.java	6 Dec 2002 09:24:27 -0000	1.8
  @@ -69,20 +69,20 @@
    */
   public final class RequestWrapper implements Request {
   
  -    /** The real Request object */
  -    private Request req;
  +    /** The real {@link Request} object */
  +    private final Request req;
   
       /** The query string */
       private String queryString;
   
       /** The request parameters */
  -    private RequestParameters parameters ;
  +    private final RequestParameters parameters ;
   
       /** The environment */
  -    private Environment environment;
  +    private final Environment environment;
   
       /** raw mode? **/
  -    private boolean rawMode;
  +    private final boolean rawMode;
   
       /**
        * Constructor
  
  
  

----------------------------------------------------------------------
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