src/share/classes/java/net/ContentHandlerFactory.java

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

*** 34,44 **** * to create a {@code ContentHandler} for a MIME type. * * @author James Gosling * @see java.net.ContentHandler * @see java.net.URLStreamHandler ! * @since JDK1.0 */ public interface ContentHandlerFactory { /** * Creates a new {@code ContentHandler} to read an object from * a {@code URLStreamHandler}. --- 34,44 ---- * to create a {@code ContentHandler} for a MIME type. * * @author James Gosling * @see java.net.ContentHandler * @see java.net.URLStreamHandler ! * @since 1.0 */ public interface ContentHandlerFactory { /** * Creates a new {@code ContentHandler} to read an object from * a {@code URLStreamHandler}.