Skip to content

Commit

Permalink
Add missing '@OverRide' annotations.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725780 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
garydgregory committed Jan 20, 2016
1 parent 2b7a649 commit b98a53e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void testNoInfiniteLoopOnSPNOutsideDomain() throws Exception {

final Registry<AuthSchemeProvider> authSchemeRegistry = RegistryBuilder.<AuthSchemeProvider>create()
.register(AuthSchemes.SPNEGO, new AuthSchemeProvider() {
@Override
public AuthScheme create(final HttpContext context) {
return new WindowsNegotiateSchemeGetTokenFail(AuthSchemes.SPNEGO, "HTTP/example.com");
}
Expand Down

0 comments on commit b98a53e

Please sign in to comment.