Add missing override.

Change-Id: Id9608b8ac9f05c3e0db92668797b2d80f0690397
This commit is contained in:
Xavier Ducrohet
2009-10-09 15:36:52 -07:00
parent 31d0121f68
commit 126a19500c

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();