Skip to content

Commit d0c6e77

Browse files
committed
Javadoc warnings cleanup.
1 parent 33004d3 commit d0c6e77

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Flickr4Java/src/main/java/com/flickr4java/flickr/stats/StatsInterface.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ public Stats getCollectionStats(String collectionId, Date date) throws FlickrExc
134134
/**
135135
* Returns a list of URLs for text files containing all your stats data (from November 26th 2007 onwards) for the currently auth'd user.
136136
*
137-
* @return
138137
* @throws FlickrException
139138
*
140139
* @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,
348347
* @param date
349348
* (Optional) Stats will be returned for this date. A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will
350349
* automatically be rounded down to the start of the day. If no date is provided, all time view counts will be returned.
351-
* @return
352350
* @throws FlickrException
353351
*
354352
* @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
477475
/**
478476
*
479477
* @param element
480-
* @return
481478
*/
482479
private Stats parseStats(Element element) {
483480
Stats stats = new Stats();
@@ -577,7 +574,6 @@ private List<Csv> parseCsvFiles(Response response) {
577574
/**
578575
*
579576
* @param response
580-
* @return
581577
*/
582578
private PhotoList<Photo> parsePopularPhotos(Response response) {
583579

0 commit comments

Comments
 (0)