Add jetty to ShutdownThread name.

This commit is contained in:
Lachlan 2020-05-08 18:46:09 +10:00 committed by GitHub
parent bb967cb841
commit 908331acbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class ShutdownThread extends Thread
*/
private ShutdownThread()
{
super("ShutdownThread");
super("JettyShutdownThread");
}
private synchronized void hook()