commit
77064b5065
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue