Fix a typo.

Change-Id: I770fe97ab0635de84d15393aca6bca57552f2f10
This commit is contained in:
Jean-Luc Brouillet
2014-02-07 11:04:26 -08:00
parent 6ea720bacb
commit d60799ec84

View File

@@ -505,7 +505,7 @@ public class Long4 {
* @param data
* @param offset
*/
public void copyTo(Long[] data, int offset) {
public void copyTo(long[] data, int offset) {
data[offset] = (long)(x);
data[offset + 1] = (long)(y);
data[offset + 2] = (long)(z);