src/share/classes/sun/awt/CharsetString.java

Print this page

        

@@ -22,14 +22,10 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 package sun.awt;
 
-import javax.tools.annotation.GenerateNativeHeader;
-
-/* No native methods here, but the constants are needed in the supporting JNI code */
-@GenerateNativeHeader
 public class CharsetString {
     /**
      * chars for this string.  See also offset, length.
      */
     public char[] charsetChars;