mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-16 08:16:08 -04:00
try to fix maven build error
This commit is contained in:
@ -23,8 +23,6 @@ package net.yacy.cora.protocol.http.auth;
|
||||
|
||||
import java.nio.charset.Charset;
|
||||
|
||||
import org.apache.http.annotation.Contract;
|
||||
import org.apache.http.annotation.ThreadingBehavior;
|
||||
import org.apache.http.auth.AuthScheme;
|
||||
import org.apache.http.auth.AuthSchemeProvider;
|
||||
import org.apache.http.protocol.HttpContext;
|
||||
@ -34,7 +32,6 @@ import org.apache.http.protocol.HttpContext;
|
||||
* {@link YaCyDigestScheme} instances that support use of YaCy encoded password
|
||||
* instead of clear-text password.
|
||||
*/
|
||||
@Contract(threading = ThreadingBehavior.IMMUTABLE)
|
||||
public class YaCyDigestSchemeFactory implements AuthSchemeProvider {
|
||||
|
||||
private final Charset charset;
|
||||
|
Reference in New Issue
Block a user