mirror of https://github.com/shred/acme4j
Remove superfluous super call
parent
bd398365c7
commit
04d00fc2c5
|
@ -22,7 +22,6 @@ import org.jose4j.lang.JoseException;
|
|||
import org.shredzone.acme4j.Login;
|
||||
import org.shredzone.acme4j.exception.AcmeProtocolException;
|
||||
import org.shredzone.acme4j.toolbox.JSON;
|
||||
import org.shredzone.acme4j.toolbox.JSONBuilder;
|
||||
|
||||
/**
|
||||
* An extension of {@link Challenge} that handles challenges with a {@code token} and
|
||||
|
@ -45,11 +44,6 @@ public class TokenChallenge extends Challenge {
|
|||
super(login, data);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void prepareResponse(JSONBuilder response) {
|
||||
super.prepareResponse(response);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the token.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue