Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 774220fa authored by Jean-Luc Brouillet's avatar Jean-Luc Brouillet Committed by Android Git Automerger
Browse files

am ecc8ee64: am 8067c9ec: am 11e6cabc: Merge "Fix a typo."

* commit 'ecc8ee64':
  Fix a typo.
parents 694a022c ecc8ee64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);