Updated the access modifier of SimpleAutoResponder#registerContext
This commit is contained in:
parent
52899f5c60
commit
efd0bdc6a6
@ -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)
|
||||
|
Reference in New Issue
Block a user