jdk/src/share/classes/javax/print/DocFlavor.java
changeset 5820 4f5e99470724
parent 5627 e636ac7a63a4
child 7668 d4a77089c587
equal deleted inserted replaced
5819:07ec1955dba7 5820:4f5e99470724
   448     private static final long serialVersionUID = -4512080796965449721L;
   448     private static final long serialVersionUID = -4512080796965449721L;
   449 
   449 
   450     /**
   450     /**
   451      * A String representing the host operating system encoding.
   451      * A String representing the host operating system encoding.
   452      * This will follow the conventions documented in
   452      * This will follow the conventions documented in
   453      * <a href="http://ietf.org/rfc/rfc2278.txt">
   453      * <a href="http://www.ietf.org/rfc/rfc2278.txt">
   454      * <i>RFC&nbsp;2278:&nbsp;IANA Charset Registration Procedures</i></a>
   454      * <i>RFC&nbsp;2278:&nbsp;IANA Charset Registration Procedures</i></a>
   455      * except where historical names are returned for compatibility with
   455      * except where historical names are returned for compatibility with
   456      * previous versions of the Java platform.
   456      * previous versions of the Java platform.
   457      * The value returned from method is valid only for the VM which
   457      * The value returned from method is valid only for the VM which
   458      * returns it, for use in a DocFlavor.
   458      * returns it, for use in a DocFlavor.