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

This commit is contained in:
Treehugger Robot
2017-02-22 15:15:33 +00:00
committed by Gerrit Code Review
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>