We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9273094 commit e4ecda2Copy full SHA for e4ecda2
src/java.base/share/classes/java/io/Console.java
@@ -512,7 +512,7 @@ public void flush() {
512
* Returns the {@link java.nio.charset.Charset Charset} object used for
513
* the {@code Console}.
514
* <p>
515
- * The returned charset corresponds to the input and output source
+ * The returned charset is used for interpreting the input and output source
516
* (e.g., keyboard and/or display) specified by the host environment or user,
517
* which defaults to the one based on {@link System##stdout.encoding stdout.encoding}.
518
* It may not necessarily be the same as the default charset returned from
0 commit comments