cziegeler    2004/07/11 23:33:26

  Modified:    src/java/org/apache/cocoon/environment Request.java
  Log:
  Add version info
  
  Revision  Changes    Path
  1.10      +3 -1      
cocoon-2.1/src/java/org/apache/cocoon/environment/Request.java
  
  Index: Request.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/environment/Request.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Request.java      11 Jul 2004 14:00:57 -0000      1.9
  +++ Request.java      12 Jul 2004 06:33:26 -0000      1.10
  @@ -45,12 +45,14 @@
   
       /**
        * This constant defines an request wide scope for the request attribute.
  +     * @since 2.2
        */
       public static final int GLOBAL_SCOPE = 1;
   
       /**
        * This constant defines the scope of the request attribute to be
        * private to the current (sub) request. 
  +     * @since 2.2
        */
       public static final int REQUEST_SCOPE = 2;
   
  
  
  

Reply via email to