* commit 'ecc8ee649578c2bb859c639c361d5a24005b9200': Fix a typo.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user