fixed first server ignored in test overlay

This commit is contained in:
Sam Lanfranchi 2015-10-21 16:11:57 +02:00
parent c3b9804b8a
commit dba8a35349
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;
}