src/share/classes/java/io/FilterInputStream.java

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

*** 38,48 **** * may further override some of these methods * and may also provide additional methods * and fields. * * @author Jonathan Payne ! * @since JDK1.0 */ public class FilterInputStream extends InputStream { /** * The input stream to be filtered. --- 38,48 ---- * may further override some of these methods * and may also provide additional methods * and fields. * * @author Jonathan Payne ! * @since 1.0 */ public class FilterInputStream extends InputStream { /** * The input stream to be filtered.