mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
updating class doc to mention its not thread safe
This commit is contained in:
parent
84b44f6093
commit
00beb27b56
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
|||
package im.vector.app.features.notifications
|
||||
|
||||
/**
|
||||
* A FIFO circular buffer of strings
|
||||
* A FIFO circular buffer of T
|
||||
* This class is not thread safe
|
||||
*/
|
||||
class CircularCache<T>(cacheSize: Int) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue