diff --git a/webauthn-server-demo/src/main/java/demo/webauthn/EmbeddedServer.java b/webauthn-server-demo/src/main/java/demo/webauthn/EmbeddedServer.java index 77626b03f..2418100e2 100644 --- a/webauthn-server-demo/src/main/java/demo/webauthn/EmbeddedServer.java +++ b/webauthn-server-demo/src/main/java/demo/webauthn/EmbeddedServer.java @@ -40,10 +40,7 @@ import org.glassfish.jersey.server.ResourceConfig; import org.glassfish.jersey.servlet.ServletContainer; -/** - * Standalone Java application launcher that runs the demo server with the API but no static - * resources (i.e., no web GUI) - */ +/** Standalone Java application launcher that runs the demo application. */ public class EmbeddedServer { public static void main(String[] args) throws Exception {