Skip to content

Commit

Permalink
fix: javadoc in PlaceDetailsRequest (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Mar 30, 2023
1 parent 62a8b50 commit b5b5c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/google/maps/PlaceDetailsRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public PlaceDetailsRequest region(String region) {
* Specify reviews_no_translations=true to disable translation of reviews. Specify
* reviews_no_translations=false (default) to enable translation of reviews.
*
* @param reviews_no_translations Whether to disable translation of reviews.
* @param reviewsNoTranslations Whether to disable translation of reviews.
* @return Returns this {@code PlaceDetailsRequest} for call chaining.
*/
public PlaceDetailsRequest reviewsNoTranslations(boolean reviewsNoTranslations) {
Expand All @@ -87,7 +87,7 @@ public PlaceDetailsRequest reviewsNoTranslations(boolean reviewsNoTranslations)
* (default) or newest. Google recommends that you display how the reviews are being sorted to the
* end user.
*
* @param reviews_sort The sorting method to use when returning reviews.
* @param reviewsSort The sorting method to use when returning reviews.
* @return Returns this {@code PlaceDetailsRequest} for call chaining.
*/
public PlaceDetailsRequest reviewsSort(String reviewsSort) {
Expand Down

0 comments on commit b5b5c6c

Please sign in to comment.