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

Gavin King gavin.king at jboss.com
Fri Nov 17 12:17:41 EST 2006


  User: gavin   
  Date: 06/11/17 12:17:41

  Modified:    src/main/org/jboss/seam/annotations  EndTask.java
  Log:
  get rid of javadoc warnings
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/src/main/org/jboss/seam/annotations/EndTask.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EndTask.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/EndTask.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- EndTask.java	12 Jul 2006 20:45:00 -0000	1.3
  +++ EndTask.java	17 Nov 2006 17:17:41 -0000	1.4
  @@ -19,7 +19,7 @@
    * is specified, the task ends only if the outcome is in the list. A null
    * outcome never ends the task.
    *
  - * @see org.jbpm.taskmgmt.exe.TaskInstance#end
  + * @see org.jbpm.taskmgmt.exe.TaskInstance#end(String)
    */
   @Target(METHOD)
   @Retention(RUNTIME)
  
  
  



More information about the jboss-cvs-commits mailing list