8174695: Fix @since in module-info.java in dev/langtools repo

Reviewed-by: mcimadamore
This commit is contained in:
Hamlin Li 2017-02-13 18:19:36 -08:00
parent cd867f35bd
commit ce8df4ca58
4 changed files with 8 additions and 0 deletions

View file

@ -26,6 +26,8 @@
/** Defines the implementation of the
* {@link javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
* and its command line equivalent, <em>javac</em>, as well as <em>javah</em>.
*
* @since 9
*/
module jdk.compiler {
requires transitive java.compiler;