Better parameter name.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1794412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2017-05-08 16:51:27 +00:00
parent 4fa296bbfd
commit 07c74cd8b1
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ import java.io.InputStream;
*/
public interface InputStreamFactory {
InputStream create(InputStream instream) throws IOException;
InputStream create(InputStream inputStream) throws IOException;
}