8288983: broken link in com.sun.net.httpserver.SimpleFileServer

Reviewed-by: dfuchs, aefimov, michaelm
This commit is contained in:
Jaikiran Pai 2022-06-25 02:36:27 +00:00
parent 20f55abd27
commit 7ac40f3b9f

View File

@ -42,8 +42,7 @@ import sun.net.httpserver.simpleserver.OutputFilter;
* A simple HTTP file server and its components (intended for testing,
* development and debugging purposes only).
*
* <p> A <a href="#server-impl">simple file server</a> is composed of three
* components:
* <p> A simple file server is composed of three components:
* <ul>
* <li> an {@link HttpServer HttpServer} that is bound to a given address, </li>
* <li> an {@link HttpHandler HttpHandler} that serves files from a given