Skip to content

Commit

Permalink
Merge pull request #245 from samlanfranchi/master
Browse files Browse the repository at this point in the history
Fixed first server ignored in test overlay
  • Loading branch information
jamesagnew committed Oct 21, 2015
2 parents 8d515fe + dba8a35 commit d058146
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -27,6 +27,7 @@ public class TesterConfig {

public IServerBuilderStep1 addServer() {
ServerBuilder retVal = new ServerBuilder();
myServerBuilders.add(retVal);
return retVal;
}

Expand Down

0 comments on commit d058146

Please sign in to comment.