equal
deleted
inserted
replaced
42 * line. |
42 * line. |
43 * |
43 * |
44 * <p> URL stream handler providers are located at runtime, as specified in the |
44 * <p> URL stream handler providers are located at runtime, as specified in the |
45 * {@linkplain java.net.URL#URL(String,String,int,String) URL constructor}. |
45 * {@linkplain java.net.URL#URL(String,String,int,String) URL constructor}. |
46 * |
46 * |
47 * @since 1.9 |
47 * @since 9 |
48 */ |
48 */ |
49 public abstract class URLStreamHandlerProvider |
49 public abstract class URLStreamHandlerProvider |
50 implements URLStreamHandlerFactory |
50 implements URLStreamHandlerFactory |
51 { |
51 { |
52 private static Void checkPermission() { |
52 private static Void checkPermission() { |