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

@@ -69,7 +69,7 @@ class Mailer(private val smtp: Smtp) extends Notifier {
(msg: String => String)(implicit context: Context) = {
val database = Database(context.request.getServletContext)
val f = future {
val f = Future {
database withSession { implicit session =>
getIssue(r.owner, r.name, issueId.toString) foreach { issue =>
defining(