mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
Give the SimpleCache.initialize() Thread a better name.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119393264
This commit is contained in:
parent
ebc5f0e7be
commit
1c0a120aeb
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public final class SimpleCache implements Cache {
|
|||
this.listeners = new HashMap<>();
|
||||
// Start cache initialization.
|
||||
final ConditionVariable conditionVariable = new ConditionVariable();
|
||||
new Thread() {
|
||||
new Thread("SimpleCache.initialize()") {
|
||||
@Override
|
||||
public void run() {
|
||||
synchronized (SimpleCache.this) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue