< prev index next >

test/java/net/URL/SpecifyHandler.java

Print this page

        

@@ -24,10 +24,11 @@
 /*
  * @test
  * @bug 4135031
  * @summary Test new URL contructors that allow specification of a
  *          URLStreamHandler protocol handler.
+ * @modules java.base/sun.net.www.protocol.file
  */
 import java.net.*;
 
 public class SpecifyHandler {
 
< prev index next >