Skip to content

Commit 29c8055

Browse files
omrihqsduskis
authored andcommitted
---
yaml --- r: 33117 b: refs/heads/autosynth-kms c: 344fa97 h: refs/heads/master i: 33115: 7c97f6b
1 parent 3145a28 commit 29c8055

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • branches/autosynth-kms/google-cloud-clients/google-cloud-datastore/src/main/java/com/google/cloud/datastore

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132132
refs/heads/autosynth-errorreporting: effe8001d110ad584187b30aafc473db0dd4a15f
133133
refs/heads/autosynth-firestore: e79eeb26930dfae4439424ad2fda5874eeca54c8
134134
refs/heads/autosynth-iot: 044be280805a59e06d09658688c9ee474a9815ad
135-
refs/heads/autosynth-kms: 4516baaa9826589a973252ccd18774f3669215c6
135+
refs/heads/autosynth-kms: 344fa97ac2d70362840fe264f5bdd6c6eeacb4ea
136136
refs/heads/autosynth-language: e73905aa7672afa47240e65b25c087207f4594f9
137137
refs/heads/autosynth-os-login: 123ba209c5769d0ee067e0ce5848bec13b42a4f4
138138
refs/heads/autosynth-redis: 6bedce4d7c7c6ca6a22e83ad1780e08fdc565a9e

branches/autosynth-kms/google-cloud-clients/google-cloud-datastore/src/main/java/com/google/cloud/datastore/BaseEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,8 @@ public Set<String> getNames() {
631631
return properties.keySet();
632632
}
633633

634-
ImmutableSortedMap<String, Value<?>> getProperties() {
634+
/** Returns the properties. */
635+
public Map<String, Value<?>> getProperties() {
635636
return properties;
636637
}
637638

0 commit comments

Comments
 (0)