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

Commit f8a5d151 authored by You Kim's avatar You Kim
Browse files

Typo in method name: Clone

Change-Id: I2aa8fc2797278216fbc23dd0d94feb1a9bf8a5d6
parent f39abeb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ public class BluetoothTetheringDataTracker implements NetworkStateTracker {
        return sInstance;
    }

    public Object Clone() throws CloneNotSupportedException {
    public Object clone() throws CloneNotSupportedException {
        throw new CloneNotSupportedException();
    }

+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ public class EthernetDataTracker implements NetworkStateTracker {
        return sInstance;
    }

    public Object Clone() throws CloneNotSupportedException {
    public Object clone() throws CloneNotSupportedException {
        throw new CloneNotSupportedException();
    }