Skip to content

Commit cbbc224

Browse files
abhinav-qlogicsduskis
authored andcommitted
---
yaml --- r: 34365 b: refs/heads/autosynth-speech c: b4e4abd h: refs/heads/master i: 34363: 4f58e23
1 parent 05ae79c commit cbbc224

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • branches/autosynth-speech/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
@@ -138,7 +138,7 @@ refs/heads/autosynth-os-login: 49028d40ac477fca5f948cc5a3ce7422729fdb67
138138
refs/heads/autosynth-redis: 2b698ebe7faaa0b93246576a88941682e0888e57
139139
refs/heads/autosynth-scheduler: a3de6480746d1cd586ca8b9d75c55a636f371539
140140
refs/heads/autosynth-spanner: d963fe4368e79cf6abae5d511785e8ced8ac57f4
141-
refs/heads/autosynth-speech: b24520a99ca66ae009616c133b216afbff7ee923
141+
refs/heads/autosynth-speech: b4e4abd9bd2ab7c983a7f6fad2f9fb86fa9a5d20
142142
refs/heads/autosynth-tasks: eb03eeab747e925175890db923945384d89b273a
143143
refs/heads/autosynth-texttospeech: 2c442fe0b7f089fbab266edfe4dd83c532e82dd0
144144
refs/heads/autosynth-trace: c94eef6e4d9c6fd24888216e28ca7271959c1cf0

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