src/share/classes/java/net/URLStreamHandlerFactory.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 **** * {@code URLStreamHandler} for a specific protocol. * * @author Arthur van Hoff * @see java.net.URL * @see java.net.URLStreamHandler ! * @since JDK1.0 */ public interface URLStreamHandlerFactory { /** * Creates a new {@code URLStreamHandler} instance with the specified * protocol. --- 33,43 ---- * {@code URLStreamHandler} for a specific protocol. * * @author Arthur van Hoff * @see java.net.URL * @see java.net.URLStreamHandler ! * @since 1.0 */ public interface URLStreamHandlerFactory { /** * Creates a new {@code URLStreamHandler} instance with the specified * protocol.