More work on the demos

This commit is contained in:
Greg Wilkins 2022-07-15 10:23:37 +10:00
parent fc6a92f426
commit decc1dc0df
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class HandlerDocs
}
}
public static class HelloHandler3 extends Handler.Processor.NonBlocking
public static class HelloHandler3 extends Handler.Processor.Blocking
{
@Override
public void process(Request request, Response response, Callback callback) throws IOException