* commit '8067c9ec87906fb591bbc36d1c8aedb09160b2b4': 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