Skip to content

Commit acfd373

Browse files
committed
Update HttpClientExampleDocTest.java
1 parent 33f8176 commit acfd373

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
@@ -50,7 +50,7 @@
5050
import org.apache.pekko.actor.AbstractActor;
5151
import org.apache.pekko.http.javadsl.model.HttpRequest;
5252
import org.apache.pekko.http.javadsl.model.HttpResponse;
53-
import static org.apache.pekko.pattern.PatternsCS.pipe;
53+
import static org.apache.pekko.pattern.Patterns.pipe;
5454

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

0 commit comments

Comments
 (0)