From e3460d7a01337e92be64c4dbe7fb847c772797fb Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 16 Feb 2010 14:49:01 -0800 Subject: [PATCH] fix build Change-Id: I08b7d09408530e8c107e2821af7a769fba1c7bd7 --- core/java/android/net/Downloads.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/net/Downloads.java b/core/java/android/net/Downloads.java index 07ee9e1a26544..72106c8f524dd 100644 --- a/core/java/android/net/Downloads.java +++ b/core/java/android/net/Downloads.java @@ -297,7 +297,7 @@ public final class Downloads { /** * The column for the id in the Cursor returned by - * {@link #getProgressCursor()} + * getProgressCursor() */ public static final int getProgressColumnId() { return 0; @@ -305,7 +305,7 @@ public final class Downloads { /** * The column for the current byte count in the Cursor returned by - * {@link #getProgressCursor()} + * getProgressCursor() */ public static final int getProgressColumnCurrentBytes() { return 1; @@ -313,7 +313,7 @@ public final class Downloads { /** * The column for the total byte count in the Cursor returned by - * {@link #getProgressCursor()} + * getProgressCursor() */ public static final int getProgressColumnTotalBytes() { return 2;