blob: f792017eadc66e7aef1e28c2443cbd251b68d4c7 [file] [log] [blame]
// Copyright 2007 The Android Open Source Project
package com.google.wireless.gdata.calendar.data;
import com.google.wireless.gdata.data.Feed;
/**
* Meta feed containing the list of calendars for a user.
*/
public class CalendarsFeed extends Feed {
/**
* Creates a new empty calendars feed.
*/
public CalendarsFeed() {
}
}