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:
parent
51f7fe36f8
commit
0490cdd679
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue