added comments

This commit is contained in:
Amer Agovic
2024-01-21 21:48:39 -06:00
parent feb5d4c163
commit 222d2d886f
6 changed files with 10 additions and 4 deletions
@@ -24,7 +24,6 @@ public class DemoApp extends JettyApp implements AppModule{
public static void main( String[] args ) throws Exception{
Config cnf=new ArgsConfig(args).load();
JettyApp app=new DemoApp();
app.addShutdownHook();
app.run(cnf);
}
/** called from begin just before jetty starts.