On Fri, 24 Jun 2022 08:49:06 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review for this change which fixes the broken link in the > javadoc of `SimpleFileServer`? This fixes > https://bugs.openjdk.org/browse/JDK-8288983 which has the necessary context > on why/when this link broke. > > I used the doccheck tool > https://urldefense.com/v3/__https://github.com/openjdk/doccheck__;!!ACWV5N9M2RV99hQ!NJWbKZNBWQ9bl0PghM_ltmKPeCGFNdmQXrORVgu7iate0WvsTTjz3Twq5BmJIO9C_e1tlEbCo0s9Jjw$ > (which is what identified that issue in first place), before and after the > change in this PR. The issue is no longer reported after this change. This pull request has now been integrated. Changeset: 7ac40f3b Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk19/commit/7ac40f3b9f526c13439ee15902ceec0dd8f868de Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod 8288983: broken link in com.sun.net.httpserver.SimpleFileServer Reviewed-by: dfuchs, aefimov, michaelm ------------- PR: https://git.openjdk.org/jdk19/pull/64