Skip to content

Conversation

@tcellucci
Copy link
Contributor

Committer: Tom Cellucci tcellucci@netflix.com

Tom Cellucci and others added 2 commits October 12, 2017 14:16
Committer: Tom Cellucci <tcellucci@nfml-mkh.corp.netflix.com>
Server server = new Server(config.getPort());
Server server;
if (config.getHost() != null) {
server = new Server(new InetSocketAddress(config.getHost(), config.getPort()));
Copy link
Contributor

Choose a reason for hiding this comment

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

Are these tabs?


public interface JettyConfig {

String getHost();
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: add javadoc for this, especially since it can be null?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants