OSDN Git Service

Doc fix.
authorSteve McKay <smckay@google.com>
Sun, 17 Jan 2016 16:32:20 +0000 (08:32 -0800)
committerSteve McKay <smckay@google.com>
Sun, 17 Jan 2016 16:32:55 +0000 (08:32 -0800)
Bug: 22060119
Change-Id: I1e58cd22a5bddd67e6dce840629e5a05210e61bd

core/java/android/provider/Downloads.java

index b2d9b93..8472f78 100644 (file)
@@ -609,7 +609,7 @@ public final class Downloads {
          * This download has successfully completed.
          * Warning: there might be other status values that indicate success
          * in the future.
-         * Use isSucccess() to capture the entire category.
+         * Use isStatusSuccess() to capture the entire category.
          */
         public static final int STATUS_SUCCESS = 200;