Issue #4789 - Name the ShutdownThread

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2020-05-08 15:07:27 +10:00
parent cba05a3db0
commit bb967cb841
1 changed files with 1 additions and 0 deletions

View File

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