You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * <p>Character encoding names required of every implementation of the Java platform.</p> * @deprecated Java 7 introduced {@link java.nio.charset.StandardCharsets}, which defines these constants as * {@link Charset} objects. Use {@link Charset#name()} to get the string values provided in this class. * This class will be removed in a future release. */@DeprecatedpublicclassCharEncoding {
Charset.forName
withStandardCharsets
rewrite#1724The text was updated successfully, but these errors were encountered: