From 59dab49cb8350afd1baa77999ec2f91283d78536 Mon Sep 17 00:00:00 2001 From: RoboErik Date: Fri, 17 Jun 2011 11:09:36 -0700 Subject: hide CalendarMetaDataColumns Change-Id: I248b608cfdac51b8fe2ccc36fa1701c3f1915849 --- core/java/android/provider/CalendarContract.java | 6 ++++-- 1 file 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 { /** -- cgit v1.1