Add jetty to ShutdownThread name.
This commit is contained in:
parent
bb967cb841
commit
908331acbd
|
@ -48,7 +48,7 @@ public class ShutdownThread extends Thread
|
|||
*/
|
||||
private ShutdownThread()
|
||||
{
|
||||
super("ShutdownThread");
|
||||
super("JettyShutdownThread");
|
||||
}
|
||||
|
||||
private synchronized void hook()
|
||||
|
|
Loading…
Reference in New Issue