mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-21 21:30:08 +00:00
Mark RoomCache as final
This commit is contained in:
parent
fb456061bf
commit
ad9fba9d73
@ -21,7 +21,7 @@
|
||||
/**
|
||||
* Manages the room cache.
|
||||
*/
|
||||
class RoomCache extends SingletonFactory
|
||||
final class RoomCache extends SingletonFactory
|
||||
{
|
||||
/**
|
||||
* List of cached rooms.
|
||||
|
Loading…
Reference in New Issue
Block a user