Fix TODO.

This commit is contained in:
shimamoto
2014-07-14 00:08:34 +09:00
parent 8f0c22bae9
commit 01f6590c04
3 changed files with 0 additions and 3 deletions

View File

@@ -70,7 +70,6 @@ class Mailer(private val smtp: Smtp) extends Notifier {
val database = Database(context.request.getServletContext)
val f = future {
// TODO Can we use the Database Session in other than Transaction Filter?
database withSession { implicit session =>
getIssue(r.owner, r.name, issueId.toString) foreach { issue =>
defining(