Skip to content

Commit

Permalink
Fix comment outdated since commit 113f086
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Jul 1, 2024
1 parent b7b5893 commit 563e5c3
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

1 comment on commit 563e5c3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mutation test results

Package Coverage Stats Prev Prev
Overall 81 % 🔹 1364 🔻 / 1669 🔹 81 % 1366 / 1669
com.yubico.fido.metadata 68 % 🔻 220 🔻 / 323 🔹 69 % 223 / 323
com.yubico.internal.util 46 % 🟢 57 🔺 / 123 🔹 45 % 56 / 123
com.yubico.webauthn 88 % 🔹 647 🔹 / 733 🔹 88 % 647 / 733
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🔹 402 🔹 / 429 🔹 93 % 402 / 429
com.yubico.webauthn.extension.appid 100 % 🏆 13 🔹 / 13 🔹 100 % 13 / 13
com.yubico.webauthn.extension.uvm 50 % 🔹 12 🔹 / 24 🔹 50 % 12 / 24
com.yubico.webauthn.meta 0 % 🔹 0 🔹 / 10 🔹 0 % 0 / 10

Previous run: b7b5893 - Diff

Detailed reports: workflow run #273

Please sign in to comment.