Fixed wrong comment

This commit is contained in:
Trustin Lee 2010-06-30 09:43:18 +00:00
parent 8216a3fa5e
commit d32e7ff865

View File

@ -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 {