src/share/classes/java/io/UnsupportedEncodingException.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 26,36 **** /** * The Character Encoding is not supported. * * @author Asmus Freytag ! * @since JDK1.1 */ public class UnsupportedEncodingException extends IOException { private static final long serialVersionUID = -4274276298326136670L; --- 26,36 ---- /** * The Character Encoding is not supported. * * @author Asmus Freytag ! * @since 1.1 */ public class UnsupportedEncodingException extends IOException { private static final long serialVersionUID = -4274276298326136670L;