Merge pull request #368 from o/patch-1

Fix typo in annotation
This commit is contained in:
Greg Wilkins 2016-02-26 18:56:20 +01:00
commit 77064b5065
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ public class QueuedThreadPool extends AbstractLifeCycle implements SizedThreadPo
* @return true if delegating to named or anonymous pool * @return true if delegating to named or anonymous pool
* @see Thread#setDaemon(boolean) * @see Thread#setDaemon(boolean)
*/ */
@ManagedAttribute("thead pool using a daemon thread") @ManagedAttribute("thread pool using a daemon thread")
public boolean isDaemon() public boolean isDaemon()
{ {
return _daemon; return _daemon;