mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix atomic cache issues
This commit is contained in:
parent
04a54dbc2a
commit
c1b04ace78
@ -80,6 +80,6 @@ public class AtomicCache<T> {
|
|||||||
|
|
||||||
lock.unlock();
|
lock.unlock();
|
||||||
|
|
||||||
return t.get();
|
return this.t.get();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user