Merge pull request #245 from samlanfranchi/master

Fixed first server ignored in test overlay
This commit is contained in:
James Agnew 2015-10-21 12:01:10 -04:00
commit d058146d1a
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ public class TesterConfig {
public IServerBuilderStep1 addServer() {
ServerBuilder retVal = new ServerBuilder();
myServerBuilders.add(retVal);
return retVal;
}