Fixed javadoc typo.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2022-11-10 16:21:15 +01:00
parent 690220fc40
commit 051588d45b
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
1 changed files with 1 additions and 1 deletions

View File

@ -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")