summaryrefslogtreecommitdiff
path: root/instrumentation/src
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-02-27 12:08:49 -0800
committerYing Wang <wangying@google.com>2014-02-27 12:08:49 -0800
commit5516c9ffbddd16c90f17c45caea3f4b59ab360d8 (patch)
treec7f1eb9e19dfa424b8d5ca290a57e4cd9bff65ae /instrumentation/src
parent944f06dfa36a84ef5514f1f1046c6a91036fb0c7 (diff)
downloadmultidex-5516c9ffbddd16c90f17c45caea3f4b59ab360d8.tar.gz
Fix docs build.
Change-Id: I26ffc3a30f11a4d8abae34a4859497679b288f3b
Diffstat (limited to 'instrumentation/src')
-rw-r--r--instrumentation/src/com/android/test/runner/MultiDexTestRunner.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java b/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java
index 510ad9f..f56b53f 100644
--- a/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java
+++ b/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java
@@ -21,7 +21,7 @@ import android.support.multidex.MultiDex;
import android.test.InstrumentationTestRunner;
/**
- * {@link InstrumentationTestRunner} for testing application needing multidex support.
+ * {@link android.test.InstrumentationTestRunner} for testing application needing multidex support.
*/
public class MultiDexTestRunner extends InstrumentationTestRunner {