mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-02 23:20:08 +00:00
Mark all box controllers as final
This commit is contained in:
parent
677b07c634
commit
4579696576
@ -27,7 +27,7 @@
|
|||||||
/**
|
/**
|
||||||
* Dynamic box controller implementation for a list of rooms.
|
* Dynamic box controller implementation for a list of rooms.
|
||||||
*/
|
*/
|
||||||
class RoomListBoxController extends AbstractDatabaseObjectListBoxController
|
final class RoomListBoxController extends AbstractDatabaseObjectListBoxController
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
Loading…
Reference in New Issue
Block a user