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

* commit '42b74e231d893f553e4e8c88641e056ebcf82ac5':
  Typo in method name: Clone
This commit is contained in:
Nick Kralevich
2014-07-05 17:16:59 +00:00
committed by Android Git Automerger
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();
}