File tree Expand file tree Collapse file tree
trunk/google-cloud-clients/google-cloud-datastore/src/main/java/com/google/cloud/datastore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: b24520a99ca66ae009616c133b216afbff7ee923
2+ refs/heads/master: b4e4abd9bd2ab7c983a7f6fad2f9fb86fa9a5d20
33refs/heads/gh-pages: 9b91392095cbb68bba1a32efe7d8caeac44467d9
44refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
55refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd
Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments