[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations/web ...

Gavin King gavin.king at jboss.com
Mon Jun 25 19:31:43 EDT 2007


  User: gavin   
  Date: 07/06/25 19:31:43

  Modified:    src/main/org/jboss/seam/annotations/web   Filter.java
                        RequestParameter.java
  Log:
  package change
  
  Revision  Changes    Path
  1.2       +2 -0      jboss-seam/src/main/org/jboss/seam/annotations/web/Filter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Filter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/web/Filter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Filter.java	25 Jun 2007 22:28:50 -0000	1.1
  +++ Filter.java	25 Jun 2007 23:31:43 -0000	1.2
  @@ -12,6 +12,8 @@
    * by Seam's master filter and specifies its ordering 
    * with respect to other filters in the stack.
    * 
  + * @see org.jboss.seam.web.AbstractFilter
  + * 
    */
   @Target(TYPE)
   @Retention(RUNTIME)
  
  
  
  1.2       +2 -1      jboss-seam/src/main/org/jboss/seam/annotations/web/RequestParameter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RequestParameter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/web/RequestParameter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- RequestParameter.java	25 Jun 2007 22:28:50 -0000	1.1
  +++ RequestParameter.java	25 Jun 2007 23:31:43 -0000	1.2
  @@ -1,4 +1,4 @@
  -//$Id: RequestParameter.java,v 1.1 2007/06/25 22:28:50 gavin Exp $
  +//$Id: RequestParameter.java,v 1.2 2007/06/25 23:31:43 gavin Exp $
   package org.jboss.seam.annotations.web;
   
   import static java.lang.annotation.ElementType.FIELD;
  @@ -12,6 +12,7 @@
   /**
    * Injects a request parameter value
    * 
  + * @see org.jboss.seam.web.Parameters
    * @author Gavin King
    */
   @Target({METHOD, FIELD/*, PARAMETER*/})
  
  
  



More information about the jboss-cvs-commits mailing list