We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b7122 commit cf2c80eCopy full SHA for cf2c80e
src/java.base/share/classes/java/io/Console.java
@@ -406,7 +406,8 @@ private static Console instantiateConsole(boolean istty) {
406
/*
407
* The JdkConsole provider used for Console instantiation can be specified
408
* with the system property "jdk.console", whose value designates the module
409
- * name of the implementation, and which defaults to "java.base". If no
+ * name of the implementation, and which defaults to the value of
410
+ * {@code JdkConsoleProvider.DEFAULT_PROVIDER_MODULE_NAME}. If no
411
* providers are available, or instantiation failed, java.base built-in
412
* Console implementation is used.
413
*/
0 commit comments