Skip to content

Commit 20793c2

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 1341 b: refs/heads/update-datastore c: d75b0da h: refs/heads/master i: 1339: 86ffbfd v: v3
1 parent c5b819b commit 20793c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • branches/update-datastore/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
66
refs/heads/pubsub-alpha: dea33f5d017ff85c14573b4a06c6b1f2c4bbe2b0
77
refs/heads/resource-manager: ebf4adc5ee835cd2086c4ac5b4e78d01a5a005a7
8-
refs/heads/update-datastore: 3ccc7ed1660a1cc5eb0853bbdd2a38ba10e996e8
8+
refs/heads/update-datastore: d75b0da95b0da4419423a56c437830e668ebbcc6

branches/update-datastore/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/GeoPoint.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ public final class GeoPoint extends Serializable<com.google.type.LatLng> {
4646
this.longitude = longitude;
4747
}
4848

49-
public double getLatitude() {
49+
public double latitude() {
5050
return latitude;
5151
}
5252

53-
public double getLongitude() {
53+
public double longitude() {
5454
return longitude;
5555
}
5656

0 commit comments

Comments
 (0)