8081452: Move sun.nio.cs.AbstractCharsetProvider into jdk.charset/sun.nio.cs.ext
To AbstractCharsetProvider class from base.java module to jdk.charsets module Reviewed-by: alanb
This commit is contained in:
parent
d78a5bc2c1
commit
5fe4d18385
@ -23,7 +23,7 @@
|
||||
* questions.
|
||||
*/
|
||||
|
||||
package sun.nio.cs;
|
||||
package sun.nio.cs.ext;
|
||||
|
||||
import java.lang.ref.SoftReference;
|
||||
import java.nio.charset.Charset;
|
@ -35,7 +35,6 @@ import java.nio.charset.spi.CharsetProvider;
|
||||
import sun.nio.cs.AbstractCharsetProvider;
|
||||
import java.security.AccessController;
|
||||
import java.security.PrivilegedAction;
|
||||
import sun.nio.cs.AbstractCharsetProvider;
|
||||
|
||||
/**
|
||||
* Provider for extended charsets.
|
||||
|
Loading…
x
Reference in New Issue
Block a user