You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1PlaceConsumerAlert.java
Copy file name to clipboardExpand all lines: clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1Review.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ public final class GoogleMapsPlacesV1Review extends com.google.api.client.json.G
95
95
privateGoogleTypeLocalizedTexttext;
96
96
97
97
/**
98
-
* The date when the author visited the place. This is trucated to the year and month of the
98
+
* The date when the author visited the place. This is truncated to the year and month of the
99
99
* visit.
100
100
* The value may be {@code null}.
101
101
*/
@@ -260,7 +260,7 @@ public GoogleMapsPlacesV1Review setText(GoogleTypeLocalizedText text) {
260
260
}
261
261
262
262
/**
263
-
* The date when the author visited the place. This is trucated to the year and month of the
263
+
* The date when the author visited the place. This is truncated to the year and month of the
264
264
* visit.
265
265
* @return value or {@code null} for none
266
266
*/
@@ -269,7 +269,7 @@ public GoogleTypeDate getVisitDate() {
269
269
}
270
270
271
271
/**
272
-
* The date when the author visited the place. This is trucated to the year and month of the
272
+
* The date when the author visited the place. This is truncated to the year and month of the
273
273
* visit.
274
274
* @param visitDate visitDate or {@code null} for none
0 commit comments