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

Gavin King gavin.king at jboss.com
Wed Jun 20 16:42:21 EDT 2007


  User: gavin   
  Date: 07/06/20 16:42:21

  Modified:    src/main/org/jboss/seam   ComponentType.java ScopeType.java
  Log:
  oops
  
  Revision  Changes    Path
  1.7       +3 -2      jboss-seam/src/main/org/jboss/seam/ComponentType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ComponentType.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/ComponentType.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- ComponentType.java	1 Feb 2007 19:38:41 -0000	1.6
  +++ ComponentType.java	20 Jun 2007 20:42:21 -0000	1.7
  @@ -1,4 +1,4 @@
  -//$Id: ComponentType.java,v 1.6 2007/02/01 19:38:41 gavin Exp $
  +//$Id: ComponentType.java,v 1.7 2007/06/20 20:42:21 gavin Exp $
   package org.jboss.seam;
   
   import static org.jboss.seam.ScopeType.CONVERSATION;
  @@ -6,7 +6,8 @@
   import static org.jboss.seam.ScopeType.STATELESS;
   
   /**
  - * The types of components understood by seam
  + * The types of components understood by Seam.
  + * 
    * @author Gavin King
    */
   public enum ComponentType
  
  
  
  1.13      +1 -1      jboss-seam/src/main/org/jboss/seam/ScopeType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ScopeType.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/ScopeType.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- ScopeType.java	20 Jun 2007 17:45:54 -0000	1.12
  +++ ScopeType.java	20 Jun 2007 20:42:21 -0000	1.13
  @@ -10,7 +10,7 @@
   import org.jboss.seam.contexts.Contexts;
   
   /**
  - * The available scopes (contexts).
  + * The scopes defined by Seam.
    * 
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
    */
  
  
  



More information about the jboss-cvs-commits mailing list