Looks good.
Kumar
Please review a simple change to javadoc, to accept and ignore
--add-opens.
This brings javadoc into line with the module-related options
supported by
java and javac.
The option is simply delegated to javac, for it to handle (ignore) the
option.
Like javac, the option is
Please review a simple change to javadoc, to accept and ignore --add-opens.
This brings javadoc into line with the module-related options supported by
java and javac.
The option is simply delegated to javac, for it to handle (ignore) the
option.
Like javac, the option is undocumented/hidden.
T