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

Gavin King gavin.king at jboss.com
Thu Jun 21 01:27:29 EDT 2007


  User: gavin   
  Date: 07/06/21 01:27:29

  Modified:    src/main/org/jboss/seam/web  Parameters.java
  Log:
  lots of new javadoc
  
  Revision  Changes    Path
  1.4       +6 -0      jboss-seam/src/main/org/jboss/seam/web/Parameters.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Parameters.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web/Parameters.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- Parameters.java	20 Jun 2007 17:45:58 -0000	1.3
  +++ Parameters.java	21 Jun 2007 05:27:29 -0000	1.4
  @@ -15,6 +15,12 @@
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.intercept.BypassInterceptors;
   
  +/**
  + * Access to request parameters.
  + * 
  + * @author Gavin King
  + *
  + */
   @Name("org.jboss.seam.web.parameters")
   @BypassInterceptors
   @Scope(ScopeType.STATELESS)
  
  
  



More information about the jboss-cvs-commits mailing list