aboutsummaryrefslogtreecommitdiff
path: root/common/src/com/android/tv/common/feature/GServiceFeature.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/com/android/tv/common/feature/GServiceFeature.java')
-rw-r--r--common/src/com/android/tv/common/feature/GServiceFeature.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/src/com/android/tv/common/feature/GServiceFeature.java b/common/src/com/android/tv/common/feature/GServiceFeature.java
index 9e6e11a6..1d7d1156 100644
--- a/common/src/com/android/tv/common/feature/GServiceFeature.java
+++ b/common/src/com/android/tv/common/feature/GServiceFeature.java
@@ -18,10 +18,7 @@ package com.android.tv.common.feature;
import android.content.Context;
-
-/**
- * A feature controlled by a GServices flag.
- */
+/** A feature controlled by a GServices flag. */
public class GServiceFeature implements Feature {
private static final String LIVECHANNELS_PREFIX = "livechannels:";
private final String mKey;