From 906ee2fb945793a04d4727b7db1bfdfd2dd4ab99 Mon Sep 17 00:00:00 2001 From: Tommy Webb Date: Wed, 26 Mar 2025 17:42:35 +0000 Subject: [PATCH] fixup! Messaging: Fix javadoc Change-Id: Ic91c78f4e2b31e0764930cfd7ed7d376e9ba3851 --- src/com/android/messaging/datamodel/BugleNotifications.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/messaging/datamodel/BugleNotifications.java b/src/com/android/messaging/datamodel/BugleNotifications.java index a6025e2..bbac006 100644 --- a/src/com/android/messaging/datamodel/BugleNotifications.java +++ b/src/com/android/messaging/datamodel/BugleNotifications.java @@ -89,7 +89,7 @@ import java.util.Set; /** * Handle posting, updating and removing all conversation notifications. * - * There are currently two main classes of notification and their rules:

+ * There is currently one main class of notification and rules:

* 1) Messages - {@link MessageNotificationState}. Only one message notification. * Unread messages across senders and conversations are coalesced.

*