mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-11-16 16:30:09 +00:00
Mark MessageAttachmentObjectType as final
This commit is contained in:
parent
4fbad9f887
commit
d07298f086
@ -25,7 +25,7 @@
|
|||||||
/**
|
/**
|
||||||
* Attachment object type implementation for messages.
|
* Attachment object type implementation for messages.
|
||||||
*/
|
*/
|
||||||
class MessageAttachmentObjectType extends AbstractAttachmentObjectType
|
final class MessageAttachmentObjectType extends AbstractAttachmentObjectType
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
Loading…
Reference in New Issue
Block a user