Skip to content

Commit

Permalink
Perform clean code of bundles/org.eclipse.equinox.http.jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-equinox-bot authored and akurtakov committed Jan 29, 2025
1 parent d7c9144 commit 64ca3ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public class HttpServerManager implements ManagedServiceFactory {
private static final String DIR_PREFIX = "pid_"; //$NON-NLS-1$
private static final String INTERNAL_CONTEXT_CLASSLOADER = "org.eclipse.equinox.http.jetty.internal.ContextClassLoader"; //$NON-NLS-1$

private Map<String, Server> servers = new HashMap<>();
private File workDir;
private final Map<String, Server> servers = new HashMap<>();
private final File workDir;

public HttpServerManager(File workDir) {
this.workDir = workDir;
Expand Down

0 comments on commit 64ca3ad

Please sign in to comment.