Skip to content

Commit 70d4265

Browse files
abhinav-qlogicsduskis
authored andcommitted
---
yaml --- r: 30551 b: refs/heads/autosynth-automl c: b4e4abd h: refs/heads/master i: 30549: ebc662f 30547: a2faf69 30543: 7e6f319
1 parent 6c0e860 commit 70d4265

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • branches/autosynth-automl/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
@@ -121,7 +121,7 @@ refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
123123
refs/heads/autosynth-asset: bdb45634a0fe8f7a510692b56b31f5312e25f453
124-
refs/heads/autosynth-automl: b24520a99ca66ae009616c133b216afbff7ee923
124+
refs/heads/autosynth-automl: b4e4abd9bd2ab7c983a7f6fad2f9fb86fa9a5d20
125125
refs/heads/autosynth-bigquerydatatransfer: d88aa5aae5fd9d3c6d75bbab1a05162c6d4d948f
126126
refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127127
refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58

branches/autosynth-automl/google-cloud-clients/google-cloud-datastore/src/main/java/com/google/cloud/datastore/Blob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void copyTo(ByteBuffer target) {
110110
* @throws IndexOutOfBoundsException if an offset or size is negative or too large
111111
*/
112112
public void copyTo(byte[] target) {
113-
byteString.copyTo(target, 0, 0, getLength());
113+
byteString.copyTo(target, 0);
114114
}
115115

116116
ByteString getByteString() {

0 commit comments

Comments
 (0)