Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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