Merge branch 'scala-2.11'

This commit is contained in:
Naoki Takezoe
2014-08-03 19:13:34 +09:00
17 changed files with 76 additions and 73 deletions

View File

@@ -44,7 +44,7 @@ trait WebHookService {
val httpClient = HttpClientBuilder.create.build
webHookURLs.foreach { webHookUrl =>
val f = future {
val f = Future {
logger.debug(s"start web hook invocation for ${webHookUrl}")
val httpPost = new HttpPost(webHookUrl.url)