Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ public class HttpPipelineBuilder {


/**
- * Creates a builder that can configure options for the HttpPipeline before creating an instance of it.
- *
- * @return A new {@link HttpPipelineBuilder} to create a HttpPipeline from.
* Creates a new instance of HttpPipelineBuilder that can configure options for the {@link HttpPipeline} before
* creating an instance of it.
*/
public HttpPipelineBuilder() {
}
Expand Down