(String... args)
| 81 | private PGServer pgServer; |
| 82 | |
| 83 | public ServerMain(String... args) { |
| 84 | this(new Bootstrap(args)); |
| 85 | } |
| 86 | |
| 87 | public ServerMain(final Bootstrap bootstrap) { |
| 88 | this.bootstrap = bootstrap; |
nothing calls this directly
no test coverage detected