summaryrefslogtreecommitdiffstats
path: root/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineStatuses.java
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-03 05:22:45 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-03 05:22:45 +0200
commit3a79b3637747fefb7afe2055e1d9de11877d92ad (patch)
tree117a4ef98300db186f55d137a7010bd23f10c2bf /updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineStatuses.java
parentMerge "screen_ui: Use std::string in DrawTextLine() and siblings." (diff)
parentupdater_sample: Add streaming to PayloadSpec (diff)
downloadandroid_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar.gz
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar.bz2
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar.lz
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar.xz
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar.zst
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.zip
Diffstat (limited to 'updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineStatuses.java')
-rw-r--r--updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineStatuses.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineStatuses.java b/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineStatuses.java
index 6203b201a..a96f19d84 100644
--- a/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineStatuses.java
+++ b/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineStatuses.java
@@ -20,7 +20,7 @@ import android.util.SparseArray;
/**
* Helper class to work with update_engine's error codes.
- * Many error codes are defined in {@link UpdateEngine.UpdateStatusConstants},
+ * Many error codes are defined in {@code UpdateEngine.UpdateStatusConstants},
* but you can find more in system/update_engine/common/error_code.h.
*/
public final class UpdateEngineStatuses {