Issue #4789 - Name the ShutdownThread
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
cba05a3db0
commit
bb967cb841
|
@ -48,6 +48,7 @@ public class ShutdownThread extends Thread
|
|||
*/
|
||||
private ShutdownThread()
|
||||
{
|
||||
super("ShutdownThread");
|
||||
}
|
||||
|
||||
private synchronized void hook()
|
||||
|
|
Loading…
Reference in New Issue