summaryrefslogtreecommitdiffstats
path: root/updater_sample/src/com/example/android/systemupdatersample/util/FileDownloader.java
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-12-14 18:36:32 +0100
committerZhomart Mukhamejanov <zhomart@google.com>2018-12-15 00:07:22 +0100
commit75f4073baf4b480f3d27da6b181e4aec6e30856d (patch)
treecce3ff747ef80baf0336a3b1b1b1ad4a11d95de2 /updater_sample/src/com/example/android/systemupdatersample/util/FileDownloader.java
parentMigrate bootable/recovery to androidx.test (diff)
downloadandroid_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar.gz
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar.bz2
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar.lz
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar.xz
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar.zst
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.zip
Diffstat (limited to 'updater_sample/src/com/example/android/systemupdatersample/util/FileDownloader.java')
-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 {