aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tradefed/result/InvocationToJUnitResultForwarder.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/tradefed/result/InvocationToJUnitResultForwarder.java')
-rw-r--r--src/com/android/tradefed/result/InvocationToJUnitResultForwarder.java15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/com/android/tradefed/result/InvocationToJUnitResultForwarder.java b/src/com/android/tradefed/result/InvocationToJUnitResultForwarder.java
index 330f268e7..ba860f658 100644
--- a/src/com/android/tradefed/result/InvocationToJUnitResultForwarder.java
+++ b/src/com/android/tradefed/result/InvocationToJUnitResultForwarder.java
@@ -17,7 +17,6 @@ package com.android.tradefed.result;
import com.android.ddmlib.Log;
import com.android.ddmlib.testrunner.TestIdentifier;
-import com.android.tradefed.build.IBuildInfo;
import com.android.tradefed.invoker.IInvocationContext;
import junit.framework.AssertionFailedError;
@@ -25,10 +24,10 @@ import junit.framework.Test;
import junit.framework.TestListener;
import junit.framework.TestResult;
-import org.junit.internal.AssumptionViolatedException;
-
import java.util.Map;
+import org.junit.internal.AssumptionViolatedException;
+
/**
* A class that listens to {@link ITestInvocationListener} events and forwards them to a
* {@link junit.framework.TestListener}.
@@ -200,16 +199,6 @@ import java.util.Map;
/**
* {@inheritDoc}
- * @deprecated
- */
- @Deprecated
- @Override
- public void invocationStarted(IBuildInfo buildInfo) {
- // ignore
- }
-
- /**
- * {@inheritDoc}
*/
@Override
public void invocationStarted(IInvocationContext context) {