< prev index next >

test/sun/net/www/protocol/http/SetChunkedStreamingMode.java

Print this page

        

@@ -22,12 +22,13 @@
  */
 
 /**
  * @test
  * @bug 5049976
+ * @modules java.base/sun.net.www
  * @library ../../httptest/
-  @build HttpCallback TestHttpServer ClosedChannelList HttpTransaction
+ * @build HttpCallback TestHttpServer ClosedChannelList HttpTransaction
  * @run main SetChunkedStreamingMode
  * @summary Unspecified NPE is thrown when streaming output mode is enabled
  */
 
 import java.io.*;
< prev index next >