Skip to content

Commit c4664ee

Browse files
committed
Update HttpClientExampleDocTest.java
1 parent 6daebf5 commit c4664ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/test/java/docs/http/javadsl/HttpClientExampleDocTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
import org.apache.pekko.actor.AbstractActor;
5050
import org.apache.pekko.http.javadsl.model.HttpRequest;
5151
import org.apache.pekko.http.javadsl.model.HttpResponse;
52-
import static org.apache.pekko.pattern.PatternsCS.pipe;
52+
import static org.apache.pekko.pattern.Patterns.pipe;
5353

5454
// #single-request-in-actor-example
5555

0 commit comments

Comments
 (0)