mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-11-16 16:30:09 +00:00
Mark all PageHandlers as final
This commit is contained in:
parent
f38d27b55d
commit
54a84be9a6
@ -27,7 +27,7 @@
|
|||||||
/**
|
/**
|
||||||
* Allows to choose a room in the menu item management.
|
* Allows to choose a room in the menu item management.
|
||||||
*/
|
*/
|
||||||
class LogPageHandler extends AbstractLookupPageHandler implements IOnlineLocationPageHandler
|
final class LogPageHandler extends AbstractLookupPageHandler implements IOnlineLocationPageHandler
|
||||||
{
|
{
|
||||||
use TRoomPageHandler;
|
use TRoomPageHandler;
|
||||||
use TOnlineLocationPageHandler;
|
use TOnlineLocationPageHandler;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
/**
|
/**
|
||||||
* Shows the number of chatters in the RoomList menu item.
|
* Shows the number of chatters in the RoomList menu item.
|
||||||
*/
|
*/
|
||||||
class RoomListPageHandler extends AbstractMenuPageHandler
|
final class RoomListPageHandler extends AbstractMenuPageHandler
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
/**
|
/**
|
||||||
* Allows to choose a room in the menu item management.
|
* Allows to choose a room in the menu item management.
|
||||||
*/
|
*/
|
||||||
class RoomPageHandler extends AbstractLookupPageHandler implements IOnlineLocationPageHandler
|
final class RoomPageHandler extends AbstractLookupPageHandler implements IOnlineLocationPageHandler
|
||||||
{
|
{
|
||||||
use TRoomPageHandler;
|
use TRoomPageHandler;
|
||||||
use TOnlineLocationPageHandler;
|
use TOnlineLocationPageHandler;
|
||||||
|
Loading…
Reference in New Issue
Block a user