Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add javadoc on use of AsynchronousTaskExecutor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos A. Munoz committed Aug 26, 2013
1 parent d65f05a commit 235bba8
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -34,7 +34,9 @@

/**
* This class executes a Runnable Process asynchronously. Do not use this class directly.
* Use {@link org.zanata.async.TaskExecutor} instead.
* Use {@link org.zanata.async.TaskExecutor} instead as this is just a wrapper to make sure
* Seam can run the task in the background. {@link TaskExecutor} is able to do this as well as
* return an instance of the task handle to keep track of the task's progress.
*
* @author Carlos Munoz <a href="mailto:camunoz@redhat.com">camunoz@redhat.com</a>
*/
Expand Down

0 comments on commit 235bba8

Please sign in to comment.