Merge "TIF: Remove unnecessary interface modifiers" into mnc-dev

This commit is contained in:
Jae Seo
2015-06-21 20:46:24 +00:00
committed by Android (Google) Code Review

View File

@@ -340,7 +340,7 @@ public final class TvContract {
*
* <p>Type: TEXT
*/
public static final String COLUMN_PACKAGE_NAME = "package_name";
String COLUMN_PACKAGE_NAME = "package_name";
}
/** Column definitions for the TV channels table. */