Skip to content

Commit 6d3aa38

Browse files
abhinav-qlogicsduskis
authored andcommitted
---
yaml --- r: 35413 b: refs/heads/pubsub-ordering-keys c: b4e4abd h: refs/heads/master i: 35411: a22696f
1 parent 582d9a8 commit 6d3aa38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • branches/pubsub-ordering-keys/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
@@ -155,7 +155,7 @@ refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
155155
refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
156156
refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
157157
refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d
158-
refs/heads/pubsub-ordering-keys: b24520a99ca66ae009616c133b216afbff7ee923
158+
refs/heads/pubsub-ordering-keys: b4e4abd9bd2ab7c983a7f6fad2f9fb86fa9a5d20
159159
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
160160
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
161161
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0

branches/pubsub-ordering-keys/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)