1 parent 33004d3 commit d0c6e77Copy full SHA for d0c6e77
1 file changed
Flickr4Java/src/main/java/com/flickr4java/flickr/stats/StatsInterface.java
@@ -134,7 +134,6 @@ public Stats getCollectionStats(String collectionId, Date date) throws FlickrExc
134
/**
135
* Returns a list of URLs for text files containing all your stats data (from November 26th 2007 onwards) for the currently auth'd user.
136
*
137
- * @return
138
* @throws FlickrException
139
140
* @see "http://www.flickr.com/services/api/flickr.stats.getCSVFiles.html"
@@ -348,7 +347,6 @@ public PhotoList<Photo> getPopularPhotos(Date date, StatsSort sort, int perPage,
348
347
* @param date
349
* (Optional) Stats will be returned for this date. A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will
350
* automatically be rounded down to the start of the day. If no date is provided, all time view counts will be returned.
351
352
353
354
* @see "http://www.flickr.com/services/api/flickr.stats.getTotalViews.html"
@@ -477,7 +475,6 @@ private Stats getStats(String method, String idKey, String idValue, Date date) t
477
475
478
476
479
* @param element
480
481
*/
482
private Stats parseStats(Element element) {
483
Stats stats = new Stats();
@@ -577,7 +574,6 @@ private List<Csv> parseCsvFiles(Response response) {
577
574
578
575
579
576
* @param response
580
581
582
private PhotoList<Photo> parsePopularPhotos(Response response) {
583
0 commit comments