Add missing '@Override' annotations.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1558059 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a7caa74b1e
commit
746bb7aea2
|
@ -356,6 +356,7 @@ public class TestRedirectExec {
|
|||
super();
|
||||
this.original = original;
|
||||
}
|
||||
@Override
|
||||
public boolean matches(final Object obj) {
|
||||
final HttpRequestWrapper wrapper = (HttpRequestWrapper) obj;
|
||||
return original == wrapper.getOriginal();
|
||||
|
|
Loading…
Reference in New Issue