summaryrefslogtreecommitdiff
path: root/src/com/google/wireless/gdata/calendar/data/CalendarsFeed.java
blob: f792017eadc66e7aef1e28c2443cbd251b68d4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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() {
    }
    
}