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

Gavin King gavin.king at jboss.com
Wed Oct 18 14:48:07 EDT 2006


  User: gavin   
  Date: 06/10/18 14:48:07

  Modified:    src/main/org/jboss/seam/core  SafeActions.java
  Log:
  improve seamtest lifecycle
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/core/SafeActions.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SafeActions.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/SafeActions.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SafeActions.java	9 Oct 2006 00:17:30 -0000	1.1
  +++ SafeActions.java	18 Oct 2006 18:48:07 -0000	1.2
  @@ -21,7 +21,7 @@
   
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
  - at Name("oeg.jboss.seam.core.safeActions")
  + at Name("org.jboss.seam.core.safeActions")
   public class SafeActions
   {
      
  
  
  



More information about the jboss-cvs-commits mailing list