src/share/classes/java/nio/charset/Charset.java

Print this page
rev 4099 : 7041612: Rename StandardCharset to StandardCharsets
Reviewed-by: alanb, mr, darcy

*** 213,223 **** * <p> Every instance of the Java virtual machine has a default charset, which * may or may not be one of the standard charsets. The default charset is * determined during virtual-machine startup and typically depends upon the * locale and charset being used by the underlying operating system. </p> * ! * <p>The {@link StandardCharset} class defines constants for each of the * standard charsets. * * <h4>Terminology</h4> * * <p> The name of this class is taken from the terms used in --- 213,223 ---- * <p> Every instance of the Java virtual machine has a default charset, which * may or may not be one of the standard charsets. The default charset is * determined during virtual-machine startup and typically depends upon the * locale and charset being used by the underlying operating system. </p> * ! * <p>The {@link StandardCharsets} class defines constants for each of the * standard charsets. * * <h4>Terminology</h4> * * <p> The name of this class is taken from the terms used in