fix build

Change-Id: I08b7d09408530e8c107e2821af7a769fba1c7bd7
This commit is contained in:
Jean-Baptiste Queru
2010-02-16 14:49:01 -08:00
parent 9f56485823
commit e3460d7a01

View File

@@ -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;