src/java.desktop/unix/classes/sun/font/X11GB18030_0.java

Print this page

        

@@ -21,16 +21,15 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-package sun.awt.motif;
+package sun.font;
 
 import java.nio.charset.Charset;
 import java.nio.charset.CharsetEncoder;
 import java.nio.charset.CharsetDecoder;
-import sun.nio.cs.ext.DoubleByteEncoder;
 
 public class X11GB18030_0 extends Charset {
     public X11GB18030_0 () {
         super("X11GB18030_0", null);
     }