Fixed javadoc typo.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
690220fc40
commit
051588d45b
|
@ -72,7 +72,7 @@ import org.slf4j.LoggerFactory;
|
|||
* (that are essentially ready to execute transient jobs), are:</p>
|
||||
* <ul>
|
||||
* <li>{@link #getBusyThreads() busyThreads} = utilizedThreads + leasedThreads</li>
|
||||
* <li>{@link #getIdleThreads()} idleThreads} = readyThreads - availableReservedThreads</li>
|
||||
* <li>{@link #getIdleThreads() idleThreads} = readyThreads - availableReservedThreads</li>
|
||||
* </ul>
|
||||
*/
|
||||
@ManagedObject("A thread pool")
|
||||
|
|
Loading…
Reference in New Issue