From 7860b10d1687b7102a14f321d327620bb4191fa6 Mon Sep 17 00:00:00 2001 From: Jeff Hamilton Date: Tue, 18 May 2010 11:11:57 -0500 Subject: Another try at fixing the docs build. Change-Id: Ief60f4e71efee1d3bb4ee36e2f2a2fcaeb996284 --- core/java/android/content/AsyncTaskLoader.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/content/AsyncTaskLoader.java b/core/java/android/content/AsyncTaskLoader.java index f0f8b03407f0..f43921faa673 100644 --- a/core/java/android/content/AsyncTaskLoader.java +++ b/core/java/android/content/AsyncTaskLoader.java @@ -78,8 +78,8 @@ public abstract class AsyncTaskLoader extends Loader { /** * Called on a worker thread to perform the actual load. Implementations should not deliver the * results directly, but should return them from this method, which will eventually end up - * calling {@link #deliverResult(Object)} on the UI thread. If implementations need to process - * the results on the UI thread they may override {@link #deliverResult(Object)} and do so + * calling deliverResult on the UI thread. If implementations need to process + * the results on the UI thread they may override deliverResult and do so * there. * * @return the result of the load -- cgit v1.2.3-59-g8ed1b