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