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

Commit 7380b891 authored by You Kim's avatar You Kim
Browse files

Typo in method name: Clone

Change-Id: I2aa8fc2797278216fbc23dd0d94feb1a9bf8a5d6
parent 3857eff5
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();
    }