Skip to content

Commit 9ec1ea1

Browse files
abhinav-qlogicsduskis
authored andcommitted
---
yaml --- r: 29885 b: refs/heads/autosynth-video-intelligence c: 06c83c3 h: refs/heads/master i: 29883: 706daad
1 parent 02c6eb0 commit 9ec1ea1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • branches/autosynth-video-intelligence/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
@@ -115,7 +115,7 @@ refs/heads/autosynth-compute: c0ad4e5b54b2b167d47e508ca215c039404837d3
115115
refs/heads/autosynth-container: e9a9a8564756e20770320ed54eafa867040a7690
116116
refs/heads/autosynth-monitoring: f3b29d97f847cecd186ec14aeee04a232aaf0e1b
117117
refs/heads/autosynth-pubsub: 7cb1cf88e2e0731dbdfb4540a0dce7fb33f71c93
118-
refs/heads/autosynth-video-intelligence: 774e6f836f7ec38c6bd42c0b00d2556f00373941
118+
refs/heads/autosynth-video-intelligence: 06c83c3c9e92cc2bc4161a29ca544d6d452a5f80
119119
refs/heads/autosynth-vision: 01ef61bcef344ceee0198f56f18bc1db20201261
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b

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