merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
Showing only changes of commit 294ecdc56f - Show all commits

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);
} }
/** /**