Skip to content

Commit 3c6ca71

Browse files
abhinav-qlogicsduskis
authored andcommitted
---
yaml --- r: 33775 b: refs/heads/autosynth-redis c: 06c83c3 h: refs/heads/master i: 33773: 2f48a35 33771: 656f5db 33767: 9687877 33759: 5a2f569
1 parent 0cec2e0 commit 3c6ca71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • branches/autosynth-redis/google-cloud-clients/google-cloud-core/src/main/java/com/google/cloud

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ refs/heads/autosynth-iot: 044be280805a59e06d09658688c9ee474a9815ad
135135
refs/heads/autosynth-kms: d31449d6621a50fb16a4bef4f30f0f3051d27d7c
136136
refs/heads/autosynth-language: 6130869312f99a1e7d3aa0485759172a23333cc5
137137
refs/heads/autosynth-os-login: 49028d40ac477fca5f948cc5a3ce7422729fdb67
138-
refs/heads/autosynth-redis: 774e6f836f7ec38c6bd42c0b00d2556f00373941
138+
refs/heads/autosynth-redis: 06c83c3c9e92cc2bc4161a29ca544d6d452a5f80
139139
refs/heads/autosynth-scheduler: 57f9fdb1e7de30c85f4ec7198931a07f50603e55
140140
refs/heads/autosynth-spanner: de02ca32edea133b68b51052e325359a3704b5d2
141141
refs/heads/autosynth-speech: 64692f6db11364f663921be02c08072b966b6e7b

branches/autosynth-redis/google-cloud-clients/google-cloud-core/src/main/java/com/google/cloud/ByteArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public final void copyTo(ByteBuffer target) {
117117
* @throws IndexOutOfBoundsException if the target is not large enough to hold the data
118118
*/
119119
public final void copyTo(byte[] target) {
120-
byteString.copyTo(target, 0, 0, length());
120+
byteString.copyTo(target, 0);
121121
}
122122

123123
/** Creates a {@code ByteArray} object given an array of bytes. The bytes are copied. */

0 commit comments

Comments
 (0)