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

Gavin King gavin.king at jboss.com
Fri Jun 22 05:28:51 EDT 2007


  User: gavin   
  Date: 07/06/22 05:28:51

  Modified:    src/main/org/jboss/seam/persistence 
                        PersistenceContexts.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.3       +7 -0      jboss-seam/src/main/org/jboss/seam/persistence/PersistenceContexts.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PersistenceContexts.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/persistence/PersistenceContexts.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- PersistenceContexts.java	20 Jun 2007 17:45:57 -0000	1.2
  +++ PersistenceContexts.java	22 Jun 2007 09:28:51 -0000	1.3
  @@ -17,6 +17,13 @@
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.core.AbstractMutable;
   
  +/**
  + * Maintains the set of persistence contexts that have been
  + * touched in a conversation.
  + * 
  + * @author Gavin King
  + *
  + */
   @Name("org.jboss.seam.persistence.persistenceContexts")
   @Scope(ScopeType.CONVERSATION)
   @BypassInterceptors
  
  
  



More information about the jboss-cvs-commits mailing list