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

Gavin King gavin.king at jboss.com
Tue Jun 19 16:26:42 EDT 2007


  User: gavin   
  Date: 07/06/19 16:26:42

  Modified:    src/main/org/jboss/seam/core  ConversationPropagation.java
  Log:
  dont check the default remove method
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/main/org/jboss/seam/core/ConversationPropagation.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConversationPropagation.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ConversationPropagation.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ConversationPropagation.java	19 Jun 2007 19:02:31 -0000	1.2
  +++ ConversationPropagation.java	19 Jun 2007 20:26:42 -0000	1.3
  @@ -15,7 +15,7 @@
   import org.jboss.seam.navigation.Page;
   import org.jboss.seam.navigation.Pages;
   
  - at Name("conversationPropagation")
  + at Name("org.jboss.seam.core.conversationPropagation")
   @Scope(ScopeType.EVENT)
   @Intercept(InterceptionType.NEVER)
   @Install(precedence=Install.BUILT_IN)
  
  
  



More information about the jboss-cvs-commits mailing list