Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colinduplantis committed Apr 3, 2023
1 parent 6262797 commit 63896f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public synchronized void start()
throws Exception
{
Validate.notNull(hostname);
// Validate.isTrue(port > 0 && port < 65536);
Validate.isTrue(port > 0 && port < 65536);
// TODO bind to host?
ServerBuilder<?> serverBuilder = ServerBuilder.forPort(port);
if(useSsl()) {
Expand Down

0 comments on commit 63896f6

Please sign in to comment.