mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-03 06:45:17 -04:00
Add documentation to the alert system, and refactor to use the
TwitterClient
This commit is contained in:
@ -11,7 +11,6 @@ import twitter4j.TwitterFactory;
|
||||
import twitter4j.conf.Configuration;
|
||||
import twitter4j.conf.ConfigurationBuilder;
|
||||
|
||||
// TODO: Auto-generated Javadoc
|
||||
/**
|
||||
* The Class TwitterClient.
|
||||
*/
|
||||
@ -63,7 +62,7 @@ public class TwitterClient {
|
||||
* Fetch tweets.
|
||||
*
|
||||
* @param handle the handle
|
||||
* @param count the count
|
||||
* @param count The maximum number of tweets to fetch
|
||||
* @return the list
|
||||
*/
|
||||
public List<Status> fetchTweets(String handle, int count) {
|
||||
|
Reference in New Issue
Block a user