mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-17 07:26:47 +00:00
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 void testBasicAuthenticationSuccess() throws Exception {
|
||||
@Override
|
||||
public AuthScheme create(final HttpContext context) {
|
||||
return new BasicScheme() {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@Override
|
||||
@Override
|
||||
public String getSchemeName() {
|
||||
return "MyBasic";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user