am a270bd59: Merge "fix a long-standing \'typo\' bug" into honeycomb

* commit 'a270bd59a8e6d291af8c1cfcf13af5260ec0ed5a':
  fix a long-standing 'typo' bug
This commit is contained in:
Vasu Nori
2011-01-07 00:29:38 -08:00
committed by Android Git Automerger

View File

@@ -196,7 +196,7 @@ public final class Downloads {
* @return a boolean whether the download is successful.
*/
public boolean isSuccessful() {
return android.provider.Downloads.Impl.isStatusCompleted(statusCode);
return android.provider.Downloads.Impl.isStatusSuccess(statusCode);
}
}