We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24520a commit b4e4abdCopy full SHA for b4e4abd
1 file changed
google-cloud-clients/google-cloud-datastore/src/main/java/com/google/cloud/datastore/Blob.java
@@ -110,7 +110,7 @@ public void copyTo(ByteBuffer target) {
110
* @throws IndexOutOfBoundsException if an offset or size is negative or too large
111
*/
112
public void copyTo(byte[] target) {
113
- byteString.copyTo(target, 0, 0, getLength());
+ byteString.copyTo(target, 0);
114
}
115
116
ByteString getByteString() {
0 commit comments