Skip to content

Commit ea9ad8a

Browse files
omrihqsduskis
authored andcommitted
---
yaml --- r: 29953 b: refs/heads/autosynth-video-intelligence c: 344fa97 h: refs/heads/master i: 29951: 5d24a26
1 parent 808ad0e commit ea9ad8a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • branches/autosynth-video-intelligence/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
@@ -115,7 +115,7 @@ refs/heads/autosynth-compute: c0ad4e5b54b2b167d47e508ca215c039404837d3
115115
refs/heads/autosynth-container: e9a9a8564756e20770320ed54eafa867040a7690
116116
refs/heads/autosynth-monitoring: f3b29d97f847cecd186ec14aeee04a232aaf0e1b
117117
refs/heads/autosynth-pubsub: 7cb1cf88e2e0731dbdfb4540a0dce7fb33f71c93
118-
refs/heads/autosynth-video-intelligence: 4516baaa9826589a973252ccd18774f3669215c6
118+
refs/heads/autosynth-video-intelligence: 344fa97ac2d70362840fe264f5bdd6c6eeacb4ea
119119
refs/heads/autosynth-vision: 01ef61bcef344ceee0198f56f18bc1db20201261
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b

branches/autosynth-video-intelligence/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)