Add documentation to the alert system, and refactor to use the

TwitterClient
This commit is contained in:
bspeice
2013-11-29 13:18:11 -05:00
parent 3026441c51
commit 3d50f42f3b
5 changed files with 134 additions and 89 deletions

View File

@ -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) {