summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-06-17 11:09:36 -0700
committerRoboErik <epastern@google.com>2011-06-17 11:09:36 -0700
commit59dab49cb8350afd1baa77999ec2f91283d78536 (patch)
treed2072ead0edd1ba6eb835c021f95afb6fcc906d4
parent08664e815c08db285c3d72e9adee009da97a9767 (diff)
downloadframeworks_base-59dab49cb8350afd1baa77999ec2f91283d78536.zip
frameworks_base-59dab49cb8350afd1baa77999ec2f91283d78536.tar.gz
frameworks_base-59dab49cb8350afd1baa77999ec2f91283d78536.tar.bz2
hide CalendarMetaDataColumns
Change-Id: I248b608cfdac51b8fe2ccc36fa1701c3f1915849
-rw-r--r--core/java/android/provider/CalendarContract.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/java/android/provider/CalendarContract.java b/core/java/android/provider/CalendarContract.java
index 1a24716..17b1031 100644
--- a/core/java/android/provider/CalendarContract.java
+++ b/core/java/android/provider/CalendarContract.java
@@ -1748,8 +1748,10 @@ public final class CalendarContract {
/**
* A few Calendar globals are needed in the CalendarProvider for expanding
- * the Instances table and these are all stored in the first (and only)
- * row of the CalendarMetaData table.
+ * the Instances table and these are all stored in the first (and only) row
+ * of the CalendarMetaData table.
+ *
+ * @hide
*/
protected interface CalendarMetaDataColumns {
/**