Missing @Override
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1406426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e1395539de
commit
321319c965
|
@ -39,6 +39,7 @@ public class ConsumableInputStream extends InputStream {
|
|||
this.buf = buf;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int read() throws IOException {
|
||||
return buf.read();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue