From bea6ba68813b7d1fbd487350b0a4b092f1a5b6fd Mon Sep 17 00:00:00 2001 From: cketti Date: Tue, 1 Oct 2013 01:53:21 +0200 Subject: [PATCH] Fix JavaDoc to match the changes in ContactPictureLoader --- src/com/fsck/k9/activity/misc/ContactPictureLoader.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/com/fsck/k9/activity/misc/ContactPictureLoader.java b/src/com/fsck/k9/activity/misc/ContactPictureLoader.java index 1868e7120..8e795bf59 100644 --- a/src/com/fsck/k9/activity/misc/ContactPictureLoader.java +++ b/src/com/fsck/k9/activity/misc/ContactPictureLoader.java @@ -213,10 +213,11 @@ public class ContactPictureLoader { /** * Checks if a {@code ContactPictureRetrievalTask} was already created to load the contact - * picture for the supplied email address. + * picture for the supplied {@code Address}. * * @param address - * The email address to check the contacts database for. + * The {@link Address} instance holding the email address that is used to search the + * contacts database. * @param badge * The {@code QuickContactBadge} instance that will receive the picture. * @@ -333,7 +334,7 @@ public class ContactPictureLoader { * that is trying to load the contact picture. * *

- * The reference is used by {@link ContactPictureLoader#cancelPotentialWork(String, + * The reference is used by {@link ContactPictureLoader#cancelPotentialWork(Address, * QuickContactBadge)} to find out if the contact picture is already being loaded by a * {@code ContactPictureRetrievalTask}. *