Integrated: JDK-8290845: Consider an alternative item separator for multi-item option values
Jonathan Gibbons
jjg at openjdk.org
Fri Nov 18 22:33:12 UTC 2022
On Tue, 15 Nov 2022 23:06:27 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a medium simple update to prefer the use of comma (`,`) instead of colon (`:`) in certain options taking a list of values. Options taking a search path (like `--class-path`, `--source-path`, etc) are **not** affected.
This pull request has now been integrated.
Changeset: 52494df4
Author: Jonathan Gibbons <jjg at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/52494df4f74a17fad51f4420c6ade724cb6aa715
Stats: 100 lines in 6 files changed: 48 ins; 19 del; 33 mod
8290845: Consider an alternative item separator for multi-item option values
Reviewed-by: prappo
-------------
PR: https://git.openjdk.org/jdk/pull/11178
More information about the javadoc-dev
mailing list