Skip to content

Commit

Permalink
Rename CommonConfig to BaseServerConfig to make it easier to find
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stewart committed Aug 9, 2018
1 parent 6ca14aa commit 3c8453c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@

import java.util.Optional;

public class CommonConfig implements Config {
public class BaseServerConfig implements Config {

@Parameter(description = "Port to listen on", names = {"-p", "--port"})
private int port = 0;
Expand Down

0 comments on commit 3c8453c

Please sign in to comment.