langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlConstants.java
changeset 26665 e813baa25bf2
parent 25874 83c19f00452c
child 36526 3b41f1c69604
equal deleted inserted replaced
26664:4e8e04f40479 26665:e813baa25bf2
   218 
   218 
   219     /**
   219     /**
   220      * Html tag for the member heading.
   220      * Html tag for the member heading.
   221      */
   221      */
   222     public static final HtmlTag MEMBER_HEADING = HtmlTag.H4;
   222     public static final HtmlTag MEMBER_HEADING = HtmlTag.H4;
       
   223 
       
   224     /**
       
   225      * Default charset for HTML.
       
   226      */
       
   227     public static final String HTML_DEFAULT_CHARSET = "utf-8";
   223 }
   228 }