Merge branch 'master' of github.com:jamesagnew/hapi-fhir

This commit is contained in:
James Agnew 2015-10-21 12:03:59 -04:00
commit bc12fcc76b
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;
}