try to fix maven build error

pull/402/head
Michael Peter Christen 4 years ago
parent 264bab6700
commit df2bf9ef28

@ -23,8 +23,6 @@ package net.yacy.cora.protocol.http.auth;
import java.nio.charset.Charset; 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.AuthScheme;
import org.apache.http.auth.AuthSchemeProvider; import org.apache.http.auth.AuthSchemeProvider;
import org.apache.http.protocol.HttpContext; 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 * {@link YaCyDigestScheme} instances that support use of YaCy encoded password
* instead of clear-text password. * instead of clear-text password.
*/ */
@Contract(threading = ThreadingBehavior.IMMUTABLE)
public class YaCyDigestSchemeFactory implements AuthSchemeProvider { public class YaCyDigestSchemeFactory implements AuthSchemeProvider {
private final Charset charset; private final Charset charset;

Loading…
Cancel
Save