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

Commit 7228aa10 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 42b74e23: Merge "Typo in method name: Clone"

* commit '42b74e23':
  Typo in method name: Clone
parents dbed61c8 42b74e23
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();
    }