Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f845fec3 authored by Paul Duffin's avatar Paul Duffin
Browse files

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

Removes package.html files and update package-info.java files to
use same wording as previous releases.

Bug: 35653948
Test: make docs
Change-Id: Idbede2eb4f57818f152834fad7e75dd181fe25d6
parent ef692462
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/**
 * Provides JUnit v3.x test runners.
 * Utility classes supporting the junit test framework.
 */
package junit.runner;
 No newline at end of file
+0 −5
Original line number Diff line number Diff line
<HTML>
<BODY>
Utility classes supporting the junit test framework.
</BODY>
</HTML>
+1 −1
Original line number Diff line number Diff line
/**
 * Provides JUnit v3.x command line based tool to run tests.
 * Utility classes supporting the junit test framework.
 * {@hide}
 */
package junit.textui;
 No newline at end of file
+0 −6
Original line number Diff line number Diff line
<HTML>
<BODY>
Utility classes supporting the junit test framework.
{@hide} - Not needed for 1.0 SDK
</BODY>
</HTML>