Add missing override.
Change-Id: Id9608b8ac9f05c3e0db92668797b2d80f0690397
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user