Add dummy SVUIID

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1604883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-06-23 17:17:55 +00:00
parent 51f7fe36f8
commit 0490cdd679
1 changed files with 2 additions and 1 deletions

View File

@ -162,8 +162,9 @@ public class TestClientReauthentication extends LocalServerTestBase {
@Override
public AuthScheme create(final HttpContext context) {
return new BasicScheme() {
private static final long serialVersionUID = 1L;
@Override
@Override
public String getSchemeName() {
return "MyBasic";
}