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

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

am 7228aa10: am 64de6a8e: Merge "Typo in method name: Clone"

* commit '7228aa109aaef18b8447b369ae2a90cecf2c9601':
  Typo in method name: Clone
parents e9c26fa0 64de6a8e
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();
    }