Fixed wrong comment
This commit is contained in:
parent
8216a3fa5e
commit
d32e7ff865
@ -95,7 +95,7 @@ public class ThreadRenamingRunnable implements Runnable {
|
||||
newThreadName = oldThreadName;
|
||||
}
|
||||
|
||||
// Change the thread name before starting the actual runnable.
|
||||
// Change the thread name.
|
||||
boolean renamed = false;
|
||||
if (!oldThreadName.equals(newThreadName)) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user