Fix typos related to indefinite articles
Closes gh-23555
This commit is contained in:
@@ -20,7 +20,7 @@ import java.io.IOException;
|
||||
import java.io.OutputStream;
|
||||
|
||||
/**
|
||||
* Represents a HTTP output message that allows for setting a streaming body.
|
||||
* Represents an HTTP output message that allows for setting a streaming body.
|
||||
* Note that such messages typically do not support {@link #getBody()} access.
|
||||
*
|
||||
* @author Arjen Poutsma
|
||||
|
||||
@@ -202,7 +202,7 @@ public class HttpComponentsHttpInvokerRequestExecutor extends AbstractHttpInvoke
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a HttpPost for the given configuration.
|
||||
* Create an HttpPost for the given configuration.
|
||||
* <p>The default implementation creates a standard HttpPost with
|
||||
* "application/x-java-serialized-object" as "Content-Type" header.
|
||||
* @param config the HTTP invoker configuration that specifies the
|
||||
|
||||
Reference in New Issue
Block a user