Loading framework/java/android/bluetooth/BluetoothTetheringDataTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ public class BluetoothTetheringDataTracker implements NetworkStateTracker { return sInstance; } public Object Clone() throws CloneNotSupportedException { public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading Loading
framework/java/android/bluetooth/BluetoothTetheringDataTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ public class BluetoothTetheringDataTracker implements NetworkStateTracker { return sInstance; } public Object Clone() throws CloneNotSupportedException { public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading