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.

*