1 parent 736bea9 commit 33004d3Copy full SHA for 33004d3
1 file changed
Flickr4Java/src/main/java/com/flickr4java/flickr/photosets/PhotosetsInterface.java
@@ -561,7 +561,7 @@ public void removePhoto(String photosetId, String photoId) throws FlickrExceptio
561
*
562
* @param photosetId
563
* The photoset ID
564
- * @param photoId
+ * @param photoIds
565
* The ID's of the photos, in CVS format
566
* @throws FlickrException
567
*/
@@ -584,7 +584,7 @@ public void removePhotos(String photosetId, String photoIds) throws FlickrExcept
584
585
586
587
588
* The ID's of the photos, in CSV format, in the order they need to be in.
589
590
0 commit comments