Updated 'IncorrectRequestMessage' class.

Updated the 'IncorrectRequestMessage' class by updating the content inside the 'accept' method in it.
This commit is contained in:
Daniel Grigencha
2024-12-02 19:00:21 +01:00
parent 347ed152b8
commit 294ecdc56f

View File

@@ -32,7 +32,7 @@ public IncorrectRequestMessage() {
*/ */
@Override @Override
public void accept(ServerInterpreter interpreter) { public void accept(ServerInterpreter interpreter) {
interpreter.process(this); interpreter.received(this);
} }
/** /**