1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Remove unused import

This commit is contained in:
Andrew Chen 2013-01-07 20:51:37 -08:00
parent 1ff0bb6289
commit e32909c57a

View File

@ -53,9 +53,6 @@ import com.fsck.k9.activity.MessageReference;
import com.fsck.k9.activity.MessageView;
import com.fsck.k9.activity.NotificationDeleteConfirmation;
import com.fsck.k9.helper.Contacts;
import com.fsck.k9.helper.HtmlConverter;
import com.fsck.k9.helper.NotificationBuilder;
import com.fsck.k9.helper.StringUtils;
import com.fsck.k9.helper.power.TracingPowerManager;
import com.fsck.k9.helper.power.TracingPowerManager.TracingWakeLock;
import com.fsck.k9.mail.Address;
@ -4762,7 +4759,7 @@ public class MessagingController implements Runnable {
* Configure the notification sound and LED
*
* @param builder
* {@link NotificationBuilder} instance used to configure the notification.
* {@link NotificationCompat.Builder} instance used to configure the notification.
* Never {@code null}.
* @param ringtone
* String name of ringtone. {@code null}, if no ringtone should be played.