8331582: Incorrect default Console provider comment

Reviewed-by: joehw, jlahoda, jlu, prappo
This commit is contained in:
Naoto Sato 2024-05-03 16:14:24 +00:00
parent 77b71222a0
commit cf2c80e4fc

@ -406,7 +406,8 @@ public sealed class Console implements Flushable permits ProxyingConsole {
/*
* The JdkConsole provider used for Console instantiation can be specified
* with the system property "jdk.console", whose value designates the module
* name of the implementation, and which defaults to "java.base". If no
* name of the implementation, and which defaults to the value of
* {@code JdkConsoleProvider.DEFAULT_PROVIDER_MODULE_NAME}. If no
* providers are available, or instantiation failed, java.base built-in
* Console implementation is used.
*/