src/share/classes/java/io/FilterReader.java

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

*** 33,43 **** * the contained stream. Subclasses of <code>FilterReader</code> * should override some of these methods and may also provide * additional methods and fields. * * @author Mark Reinhold ! * @since JDK1.1 */ public abstract class FilterReader extends Reader { /** --- 33,43 ---- * the contained stream. Subclasses of <code>FilterReader</code> * should override some of these methods and may also provide * additional methods and fields. * * @author Mark Reinhold ! * @since 1.1 */ public abstract class FilterReader extends Reader { /**