am 126a1950: Add missing override.

Merge commit '126a19500c2d7d834d592a79e38ea6a0b678c94c' into eclair-mr2

* commit '126a19500c2d7d834d592a79e38ea6a0b678c94c':
  Add missing override.
This commit is contained in:
Xavier Ducrohet
2009-10-09 16:27:00 -07:00
committed by Android Git Automerger

View File

@@ -30,6 +30,7 @@ public abstract class AdtSdkTestCase extends SdkTestCase {
/** /**
* Gets the current Sdk from Adt, waiting if necessary. * Gets the current Sdk from Adt, waiting if necessary.
*/ */
@Override
protected Sdk loadSdk() { protected Sdk loadSdk() {
AdtPlugin adt = AdtPlugin.getDefault(); AdtPlugin adt = AdtPlugin.getDefault();
Object sdkLock = adt.getSdkLockObject(); Object sdkLock = adt.getSdkLockObject();