Skip to content

Fix comment outdated since commit 113f08637aa99501743d73aad7da2a90a7cafb7e #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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