your full thread dump -> the full thread dump
This commit is contained in:
parent
26e9b4e7a8
commit
15b3317df5
@ -57,7 +57,7 @@ public class ThreadRenamingRunnable implements Runnable {
|
|||||||
* method at the earliest possible point (i.e. before any Netty worker
|
* method at the earliest possible point (i.e. before any Netty worker
|
||||||
* thread starts) for consistent thread naming. Otherwise, you might see
|
* thread starts) for consistent thread naming. Otherwise, you might see
|
||||||
* the default thread names and the new names appear at the same time in
|
* the default thread names and the new names appear at the same time in
|
||||||
* your full thread dump.
|
* the full thread dump.
|
||||||
*/
|
*/
|
||||||
public static void setThreadNameDeterminer(ThreadNameDeterminer threadNameDeterminer) {
|
public static void setThreadNameDeterminer(ThreadNameDeterminer threadNameDeterminer) {
|
||||||
if (threadNameDeterminer == null) {
|
if (threadNameDeterminer == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user