summaryrefslogtreecommitdiffstats
path: root/updater_sample/src/com/example/android/systemupdatersample/util
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-12-16 05:11:48 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-12-16 05:11:48 +0100
commit917fa5066e2011c6df962b76b2ab2c1ccf69775b (patch)
treecce3ff747ef80baf0336a3b1b1b1ad4a11d95de2 /updater_sample/src/com/example/android/systemupdatersample/util
parentSnap for 5176559 from 07911574249f637df015bca00998ec0c0f7c56db to qt-release (diff)
parentAdd PrepareUpdateService. (diff)
downloadandroid_bootable_recovery-917fa5066e2011c6df962b76b2ab2c1ccf69775b.tar
android_bootable_recovery-917fa5066e2011c6df962b76b2ab2c1ccf69775b.tar.gz
android_bootable_recovery-917fa5066e2011c6df962b76b2ab2c1ccf69775b.tar.bz2
android_bootable_recovery-917fa5066e2011c6df962b76b2ab2c1ccf69775b.tar.lz
android_bootable_recovery-917fa5066e2011c6df962b76b2ab2c1ccf69775b.tar.xz
android_bootable_recovery-917fa5066e2011c6df962b76b2ab2c1ccf69775b.tar.zst
android_bootable_recovery-917fa5066e2011c6df962b76b2ab2c1ccf69775b.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 {