mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8331582: Incorrect default Console provider comment
Reviewed-by: joehw, jlahoda, jlu, prappo
This commit is contained in:
parent
77b71222a0
commit
cf2c80e4fc
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue