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

Gavin King gavin.king at jboss.com
Mon Dec 18 15:23:08 EST 2006


  User: gavin   
  Date: 06/12/18 15:23:08

  Modified:    src/main/org/jboss/seam/interceptors 
                        BusinessProcessInterceptor.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.48      +3 -3      jboss-seam/src/main/org/jboss/seam/interceptors/BusinessProcessInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BusinessProcessInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/BusinessProcessInterceptor.java,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- BusinessProcessInterceptor.java	16 Dec 2006 02:58:11 -0000	1.47
  +++ BusinessProcessInterceptor.java	18 Dec 2006 20:23:08 -0000	1.48
  @@ -13,8 +13,6 @@
   
   import javax.faces.context.FacesContext;
   
  -import org.jboss.seam.log.LogProvider;
  -import org.jboss.seam.log.Logging;
   import org.jboss.seam.annotations.AroundInvoke;
   import org.jboss.seam.annotations.BeginTask;
   import org.jboss.seam.annotations.CreateProcess;
  @@ -24,12 +22,14 @@
   import org.jboss.seam.annotations.StartTask;
   import org.jboss.seam.core.BusinessProcess;
   import org.jboss.seam.intercept.InvocationContext;
  +import org.jboss.seam.log.LogProvider;
  +import org.jboss.seam.log.Logging;
   
   /**
    * Interceptor which handles interpretation of jBPM-related annotations.
    *
    * @author <a href="mailto:steve at hibernate.org">Steve Ebersole </a>
  - * @version $Revision: 1.47 $
  + * @version $Revision: 1.48 $
    */
   @Interceptor(stateless=true,
                around={ValidationInterceptor.class, BijectionInterceptor.class, OutcomeInterceptor.class})
  
  
  



More information about the jboss-cvs-commits mailing list