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:
parent
4fa296bbfd
commit
07c74cd8b1
|
@ -36,6 +36,6 @@ import java.io.InputStream;
|
|||
*/
|
||||
public interface InputStreamFactory {
|
||||
|
||||
InputStream create(InputStream instream) throws IOException;
|
||||
InputStream create(InputStream inputStream) throws IOException;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue