Merge "Remove conflicting package information for junit.runner and junit.textui" am: f3f4775a35 am: 9b5522f8c4

am: da4597769b

Change-Id: Ibbcb838b9d41391b559a555111ebafce437a5679
This commit is contained in:
Paul Duffin
2017-02-22 15:31:55 +00:00
committed by android-build-merger
4 changed files with 2 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
/**
* Provides JUnit v3.x test runners.
* Utility classes supporting the junit test framework.
*/
package junit.runner;

View File

@@ -1,5 +0,0 @@
<HTML>
<BODY>
Utility classes supporting the junit test framework.
</BODY>
</HTML>

View File

@@ -1,5 +1,5 @@
/**
* Provides JUnit v3.x command line based tool to run tests.
* Utility classes supporting the junit test framework.
* {@hide}
*/
package junit.textui;

View File

@@ -1,6 +0,0 @@
<HTML>
<BODY>
Utility classes supporting the junit test framework.
{@hide} - Not needed for 1.0 SDK
</BODY>
</HTML>