Skip to content

Commit 563e5c3

Browse files
committed
Fix comment outdated since commit 113f086
1 parent b7b5893 commit 563e5c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

webauthn-server-demo/src/main/java/demo/webauthn/EmbeddedServer.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
import org.glassfish.jersey.server.ResourceConfig;
4141
import org.glassfish.jersey.servlet.ServletContainer;
4242

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-
*/
43+
/** Standalone Java application launcher that runs the demo application. */
4744
public class EmbeddedServer {
4845

4946
public static void main(String[] args) throws Exception {

0 commit comments

Comments
 (0)