Skip to content

Commit 1e30061

Browse files
omrihqsduskis
authored andcommitted
---
yaml --- r: 32201 b: refs/heads/autosynth-dialogflow c: 344fa97 h: refs/heads/master i: 32199: d9f28bd
1 parent 0a4042a commit 1e30061

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • branches/autosynth-dialogflow/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
@@ -128,7 +128,7 @@ refs/heads/autosynth-bigtable: 2a6af7e2959fd79c99b8ca5d773f29a6434b546d
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130
refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131-
refs/heads/autosynth-dialogflow: 4516baaa9826589a973252ccd18774f3669215c6
131+
refs/heads/autosynth-dialogflow: 344fa97ac2d70362840fe264f5bdd6c6eeacb4ea
132132
refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3

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