Merge "Typo in method name: Clone"

This commit is contained in:
Nick Kralevich
2014-07-05 17:11:25 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ public class BluetoothTetheringDataTracker extends BaseNetworkStateTracker {
return sInstance;
}
public Object Clone() throws CloneNotSupportedException {
public Object clone() throws CloneNotSupportedException {
throw new CloneNotSupportedException();
}

View File

@@ -186,7 +186,7 @@ public class EthernetDataTracker extends BaseNetworkStateTracker {
return sInstance;
}
public Object Clone() throws CloneNotSupportedException {
public Object clone() throws CloneNotSupportedException {
throw new CloneNotSupportedException();
}