test/jdk/java/net/httpclient/FlowAdaptersCompileOnly.java
branchhttp-client-branch
changeset 56089 42208b2f224e
parent 48408 4f830b447edf
child 56159 039ab5a71a5c
--- a/test/jdk/java/net/httpclient/FlowAdaptersCompileOnly.java	Tue Feb 06 19:37:56 2018 +0000
+++ b/test/jdk/java/net/httpclient/FlowAdaptersCompileOnly.java	Wed Feb 07 14:17:24 2018 +0000
@@ -27,9 +27,9 @@
 import java.util.List;
 import java.util.concurrent.Flow;
 import java.util.function.Function;
-import jdk.incubator.http.HttpRequest.BodyPublisher;
-import jdk.incubator.http.HttpResponse.BodyHandler;
-import jdk.incubator.http.HttpResponse.BodySubscriber;
+import java.net.http.HttpRequest.BodyPublisher;
+import java.net.http.HttpResponse.BodyHandler;
+import java.net.http.HttpResponse.BodySubscriber;
 
 /*
  * @test