8189262: jdk.jlink module-info.java javadoc comment refers to the non-existent jimage tool doc

Reviewed-by: alanb
This commit is contained in:
Athijegannathan Sundararajan 2017-10-16 18:15:41 +05:30
parent cde3c45ebf
commit fcf9b5115d

View File

@ -38,14 +38,13 @@
* or the {@link java.util.ServiceLoader service loader} with the name
* {@code "jlink"} or {@code "jmod"} as appropriate.
*
* <p> <em>{@extLink jimage_tool_reference jimage}</em> only exists
* <p> <em>jimage</em> only exists
* as a command-line tool, and does not provide any direct API.
*
* <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
* <dt class="simpleTagLabel">Tool Guides:
* <dd>{@extLink jlink_tool_reference jlink},
* {@extLink jmod_tool_reference jmod},
* {@extLink jimage_tool_reference jimage}
* {@extLink jmod_tool_reference jmod}
* </dl>
*
* @provides java.util.spi.ToolProvider