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

Commit 64de6a8e authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Typo in method name: Clone"

parents c02eef6d 7380b891
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ public class BluetoothTetheringDataTracker extends BaseNetworkStateTracker {
        return sInstance;
    }

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