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:
Gary D. Gregory 2014-01-14 14:48:56 +00:00
parent a7caa74b1e
commit 746bb7aea2
1 changed files with 1 additions and 0 deletions

View File

@ -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();