mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-09 11:35:30 +00:00
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 @@ static class HttpRequestWrapperMatcher extends ArgumentMatcher<HttpRequestWrappe
|
||||
super();
|
||||
this.original = original;
|
||||
}
|
||||
@Override
|
||||
public boolean matches(final Object obj) {
|
||||
final HttpRequestWrapper wrapper = (HttpRequestWrapper) obj;
|
||||
return original == wrapper.getOriginal();
|
||||
|
Loading…
x
Reference in New Issue
Block a user