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

Commit 7bb13f74 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

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

* commit '7228aa10':
  Typo in method name: Clone
parents 812de6f6 7228aa10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,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();
    }