Skip to content

Commit

Permalink
Fixed Wrong javadoc for twitter.api.UserResources#lookupUsers
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-taro committed Jul 11, 2015
1 parent 9f1c182 commit 0222b70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ User updateProfileColors(String profileBackgroundColor, String profileTextColor,
* Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two. The author's most recent status (if the authenticating user has permission) will be returned inline.
* <br>This method calls https://api.twitter.com/1.1/users/lookup.json
*
* @param ids Specifies the screen names of the users to return.
* @param ids Specifies the IDs of the users to return.
* @return users
* @throws TwitterException when Twitter service or network is unavailable
* @see <a href="https://dev.twitter.com/docs/api/1.1/get/users/lookup">GET users/lookup | Twitter Developers</a>
Expand Down

0 comments on commit 0222b70

Please sign in to comment.