From 4923441bb44d460c809e0bda80cecca479cfd498 Mon Sep 17 00:00:00 2001 From: jdesprez Date: Mon, 26 Jun 2017 14:59:55 -0700 Subject: Fix shardlistener - call is not deprecated Remove @Deprecated, invocationStarted(IInvocationContext) is not deprecated. Test: build Change-Id: I017b8f8e413073963eda41ae74a1040ca4ed7435 --- src/com/android/tradefed/invoker/ShardListener.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/com/android/tradefed/invoker/ShardListener.java b/src/com/android/tradefed/invoker/ShardListener.java index 2cd2c69c1..a0c091747 100644 --- a/src/com/android/tradefed/invoker/ShardListener.java +++ b/src/com/android/tradefed/invoker/ShardListener.java @@ -51,10 +51,8 @@ public class ShardListener extends CollectingTestListener { /** * {@inheritDoc} - * @deprecated use {@link #invocationStarted(IInvocationContext)} instead. */ @Override - @Deprecated public void invocationStarted(IInvocationContext context) { super.invocationStarted(context); synchronized (mMasterListener) { -- cgit v1.2.3