We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b5893 commit 563e5c3Copy full SHA for 563e5c3
webauthn-server-demo/src/main/java/demo/webauthn/EmbeddedServer.java
@@ -40,10 +40,7 @@
40
import org.glassfish.jersey.server.ResourceConfig;
41
import org.glassfish.jersey.servlet.ServletContainer;
42
43
-/**
44
- * Standalone Java application launcher that runs the demo server with the API but no static
45
- * resources (i.e., no web GUI)
46
- */
+/** Standalone Java application launcher that runs the demo application. */
47
public class EmbeddedServer {
48
49
public static void main(String[] args) throws Exception {
0 commit comments