Skip to content

Commit 640bdd9

Browse files
omrihqsduskis
authored andcommitted
---
yaml --- r: 30913 b: refs/heads/autosynth-bigquerydatatransfer c: 344fa97 h: refs/heads/master i: 30911: c7b0bd8
1 parent 2d8ae54 commit 640bdd9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • branches/autosynth-bigquerydatatransfer/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
@@ -122,7 +122,7 @@ refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
123123
refs/heads/autosynth-asset: bdb45634a0fe8f7a510692b56b31f5312e25f453
124124
refs/heads/autosynth-automl: 22f9dd5b6f5df8dbfa7da0126864d565229519b2
125-
refs/heads/autosynth-bigquerydatatransfer: 4516baaa9826589a973252ccd18774f3669215c6
125+
refs/heads/autosynth-bigquerydatatransfer: 344fa97ac2d70362840fe264f5bdd6c6eeacb4ea
126126
refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127127
refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca

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