aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authornchalko <nchalko@google.com>2019-06-21 14:22:35 -0700
committerNick Chalko <nchalko@google.com>2019-06-21 15:09:55 -0700
commitce35e37c2c27382605933a57bbcdfdb4c27b207b (patch)
tree197c9b7c093407a9b87bff5ce868219a3a8160e3 /common
parent15420013b3236734f3179c8bde7e44e621ff300e (diff)
downloadTV-ce35e37c2c27382605933a57bbcdfdb4c27b207b.tar.gz
Delete unused TvSingletons methods.
PiperOrigin-RevId: 254467452 Change-Id: I03ca19647d1491f529103d1af24524f21b984316
Diffstat (limited to 'common')
-rw-r--r--common/src/com/android/tv/common/BaseSingletons.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/com/android/tv/common/BaseSingletons.java b/common/src/com/android/tv/common/BaseSingletons.java
index 1116c6ea..3c6cff54 100644
--- a/common/src/com/android/tv/common/BaseSingletons.java
+++ b/common/src/com/android/tv/common/BaseSingletons.java
@@ -33,7 +33,7 @@ public interface BaseSingletons
* 1. Make a type injectable @Singleton.
* 2. Mark the getter here as deprecated.
* 3. Lazily inject the object in TvApplication.
- * 4. Move easy usages of getters to injection instead.
+ * 4. Move easy usages of getters to injection instead.
* 5. Delete the method when all usages are migrated.
*/