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

Commit 42b74e23 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Typo in method name: Clone"

parents ca2df286 f8a5d151
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();
    }

+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ public class EthernetDataTracker extends BaseNetworkStateTracker {
        return sInstance;
    }

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