Skip to content

Commit

Permalink
Code cleanup (kotlin inspections) / Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Jul 21, 2017
1 parent c842490 commit 6495b4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ThreadLocalTransactionManager(private val db: Database,
}
}

override val outerTransaction: Transaction = threadLocal.get()
override val outerTransaction: Transaction? = threadLocal.get()

override fun commit() {
connection.commit()
Expand Down

0 comments on commit 6495b4a

Please sign in to comment.