aboutsummaryrefslogtreecommitdiff
path: root/common/src/com/android/tv/common/TvContentRatingCache.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/com/android/tv/common/TvContentRatingCache.java')
-rw-r--r--common/src/com/android/tv/common/TvContentRatingCache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/com/android/tv/common/TvContentRatingCache.java b/common/src/com/android/tv/common/TvContentRatingCache.java
index 7ea86287..5694cda7 100644
--- a/common/src/com/android/tv/common/TvContentRatingCache.java
+++ b/common/src/com/android/tv/common/TvContentRatingCache.java
@@ -39,7 +39,7 @@ public final class TvContentRatingCache implements MemoryManageable {
private final static TvContentRatingCache INSTANCE = new TvContentRatingCache();
- public final static TvContentRatingCache getInstance() {
+ public static TvContentRatingCache getInstance() {
return INSTANCE;
}