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:
Sebastian Bazley 2012-11-07 02:47:49 +00:00
parent e1395539de
commit 321319c965
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ public class ConsumableInputStream extends InputStream {
this.buf = buf;
}
@Override
public int read() throws IOException {
return buf.read();
}