Missing @Overrides

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055722 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-01-06 02:57:27 +00:00
parent 37e01683fa
commit 5e95645f07
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class CacheEntity implements HttpEntity, Serializable {
public void consumeContent() throws IOException {
}
@Override
public Object clone() throws CloneNotSupportedException {
return super.clone();
}

View File

@ -346,6 +346,7 @@ class WarningValue {
* </pre>
* @return {@link String}
*/
@Override
public String toString() {
if (warnDate != null) {
return String.format("%d %s %s \"%s\"", warnCode,