summaryrefslogtreecommitdiffstats
path: root/updater_sample/src/com/example/android/systemupdatersample/util
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-12-14 18:36:32 +0100
committerZhomart Mukhamejanov <zhomart@google.com>2018-12-17 19:56:28 +0100
commitbc07775393675517ecf9369f805a43e5b0929dcf (patch)
treea79034ef1f705a19026cdb07a095d51d1a2d7d65 /updater_sample/src/com/example/android/systemupdatersample/util
parentMerge "Show wipe data confirmation text in recovery mode" (diff)
downloadandroid_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar
android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.gz
android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.bz2
android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.lz
android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.xz
android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.zst
android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.zip
Diffstat (limited to 'updater_sample/src/com/example/android/systemupdatersample/util')
-rw-r--r--updater_sample/src/com/example/android/systemupdatersample/util/FileDownloader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/src/com/example/android/systemupdatersample/util/FileDownloader.java b/updater_sample/src/com/example/android/systemupdatersample/util/FileDownloader.java
index ddd0919b8..0f9083d27 100644
--- a/updater_sample/src/com/example/android/systemupdatersample/util/FileDownloader.java
+++ b/updater_sample/src/com/example/android/systemupdatersample/util/FileDownloader.java
@@ -30,7 +30,7 @@ import java.net.URLConnection;
* Downloads chunk of a file from given url using {@code offset} and {@code size},
* and saves to a given location.
*
- * In real-life application this helper class should download from HTTP Server,
+ * In a real-life application this helper class should download from HTTP Server,
* but in this sample app it will only download from a local file.
*/
public final class FileDownloader {