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:
parent
37e01683fa
commit
5e95645f07
|
@ -92,6 +92,7 @@ class CacheEntity implements HttpEntity, Serializable {
|
|||
public void consumeContent() throws IOException {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object clone() throws CloneNotSupportedException {
|
||||
return super.clone();
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue