mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 10:39:07 +00:00
Fix atomic cache issues
This commit is contained in:
@@ -80,6 +80,6 @@ public class AtomicCache<T> {
|
||||
|
||||
lock.unlock();
|
||||
|
||||
return t.get();
|
||||
return this.t.get();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user