Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2017-05-30 16:00:13 +00:00
parent f65e6fc579
commit 9f53162d2e

View File

@@ -9052,6 +9052,7 @@ class MocoHttpServerStub implements HttpServerStub {
HttpServerStub registerMappings(Collection<File> stubFiles) {
List<RunnerSetting> settings = stubFiles.findAll { it.name.endsWith("json") }
.collect {
log.info("Trying to parse [{}]", it.name)
try {
return RunnerSetting.aRunnerSetting().withStream(it.newInputStream()).build()
} catch (Exception e) {