Merge "Typo in method name: Clone"
This commit is contained in:
@@ -91,7 +91,7 @@ public class BluetoothTetheringDataTracker extends BaseNetworkStateTracker {
|
||||
return sInstance;
|
||||
}
|
||||
|
||||
public Object Clone() throws CloneNotSupportedException {
|
||||
public Object clone() throws CloneNotSupportedException {
|
||||
throw new CloneNotSupportedException();
|
||||
}
|
||||
|
||||
|
||||
@@ -186,7 +186,7 @@ public class EthernetDataTracker extends BaseNetworkStateTracker {
|
||||
return sInstance;
|
||||
}
|
||||
|
||||
public Object Clone() throws CloneNotSupportedException {
|
||||
public Object clone() throws CloneNotSupportedException {
|
||||
throw new CloneNotSupportedException();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user