Updated the access modifier of SimpleAutoResponder#registerContext

This commit is contained in:
mathias 2021-10-02 00:42:17 +02:00
parent 52899f5c60
commit efd0bdc6a6
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -40,7 +40,7 @@ public class SimpleAutoResponder {
/**
* Registers the responder context
*/
public void registerContext() {
private void registerContext() {
HttpContext context = httpServer.createContext("/", new ResponderContext(this));
if (authenticationDetails != null)