Fix typos related to indefinite articles

Closes gh-23555
This commit is contained in:
康智冬
2019-09-01 21:45:49 +08:00
committed by Sam Brannen
parent f05f993cc6
commit a6f4862f13
11 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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