summaryrefslogtreecommitdiff
path: root/src/data/Tweet.java
blob: ebaabf37603471ca59d459a6ae974eeb85372c35 (plain)
1
2
3
4
5
6
7
8
9

package data;

/**
 * This class contains the data that is stored within a Tweet.
 */
public class Tweet {
    
}