Messaging: Fix javadoc

Change-Id: Ia1b0a8fa9a5e74078a68a55ca1953b6f085521b1
This commit is contained in:
Michael W
2024-12-17 14:29:06 +01:00
parent e29b158fba
commit 5403d02b5d
46 changed files with 20 additions and 170 deletions

View File

@@ -94,8 +94,6 @@ import java.util.Set;
* There are currently two main classes of notification and their rules: <p>
* 1) Messages - {@link MessageNotificationState}. Only one message notification.
* Unread messages across senders and conversations are coalesced.<p>
* 2) Failed Messages - {@link MessageNotificationState#checkFailedMesages } Only one failed
* message. Multiple failures are coalesced.<p>
*
* To add a new class of notifications, subclass the NotificationState and add commands which
* create one and pass into general creation function.