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

Gavin King gavin.king at jboss.com
Tue Oct 10 14:12:31 EDT 2006


  User: gavin   
  Date: 06/10/10 14:12:31

  Modified:    src/main/org/jboss/seam/core  ManagedJbpmContext.java
  Log:
  minor
  
  Revision  Changes    Path
  1.12      +5 -5      jboss-seam/src/main/org/jboss/seam/core/ManagedJbpmContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ManagedJbpmContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ManagedJbpmContext.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- ManagedJbpmContext.java	26 Apr 2006 16:59:32 -0000	1.11
  +++ ManagedJbpmContext.java	10 Oct 2006 18:12:31 -0000	1.12
  @@ -33,11 +33,11 @@
    * Manages a reference to a JbpmSession.
    *
    * @author <a href="mailto:steve at hibernate.org">Steve Ebersole </a>
  - * @version $Revision: 1.11 $
  + * @version $Revision: 1.12 $
    */
  - at Scope( ScopeType.EVENT )
  - at Name( "jbpmContext" )
  - at Intercept( NEVER )
  + at Scope(ScopeType.EVENT)
  + at Name("jbpmContext")
  + at Intercept(NEVER)
   public class ManagedJbpmContext implements Synchronization
   {
      private static final Log log = LogFactory.getLog(ManagedJbpmContext.class);
  @@ -84,7 +84,7 @@
         org.jbpm.graph.exe.ProcessInstance processInstance = ProcessInstance.instance();
         if (processInstance!=null) 
         {
  -         jbpmContext.save( processInstance );
  +         jbpmContext.save(processInstance);
         }
         Contexts.getBusinessProcessContext().flush();
         jbpmContext.getSession().flush();
  
  
  



More information about the jboss-cvs-commits mailing list