Merge "Remove conflicting package information for junit.runner and junit.textui"

am: f3f4775a35

Change-Id: Ie0ca0b2b6b5f06e90f55996625f758521c9039cb
This commit is contained in:
Paul Duffin
2017-02-22 15:24:27 +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>