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

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/core  BusinessProcess.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.16      +8 -3      jboss-seam/src/main/org/jboss/seam/core/BusinessProcess.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BusinessProcess.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/BusinessProcess.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- BusinessProcess.java	16 Dec 2006 16:05:20 -0000	1.15
  +++ BusinessProcess.java	18 Dec 2006 20:23:08 -0000	1.16
  @@ -121,6 +121,11 @@
         Events.instance().raiseEvent("org.jboss.seam.createProcess." + processDefinitionName);
      }
   
  +   /**
  +    * Start the current task, using the current actor id
  +    * 
  +    * @see Actor
  +    */
      public void startTask()
      {
         String actorId = Actor.instance().getId();
  @@ -138,9 +143,9 @@
      }
   
      /**
  -    * End a task, via the given transition. If no transition name is given,
  -    * check the Transition component for a transition, or use the default
  -    * transition.
  +    * End the current task, via the given transition. If no transition name 
  +    * is given, check the Transition component for a transition, or use the 
  +    * default transition.
       * 
       * @param transitionName the jBPM transition name, or null
       */
  
  
  



More information about the jboss-cvs-commits mailing list