src/share/classes/java/io/CharArrayWriter.java

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

*** 35,45 **** * Note: Invoking close() on this class has no effect, and methods * of this class can be called after the stream has closed * without generating an IOException. * * @author Herb Jellinek ! * @since JDK1.1 */ public class CharArrayWriter extends Writer { /** * The buffer where data is stored. --- 35,45 ---- * Note: Invoking close() on this class has no effect, and methods * of this class can be called after the stream has closed * without generating an IOException. * * @author Herb Jellinek ! * @since 1.1 */ public class CharArrayWriter extends Writer { /** * The buffer where data is stored.