Update ServiceHub.kt (#4501)

This commit is contained in:
fraspadafora 2019-01-03 18:39:28 +01:00 committed by Joel Dudley
parent d176b60fb5
commit de5a49457c

View File

@ -359,7 +359,7 @@ interface ServiceHub : ServicesForResolution {
* and thus queryable data will include everything committed as of the last checkpoint. * and thus queryable data will include everything committed as of the last checkpoint.
* *
* @throws IllegalStateException if called outside of a transaction. * @throws IllegalStateException if called outside of a transaction.
* @return A new [Connection] * @return A [Connection]
*/ */
fun jdbcSession(): Connection fun jdbcSession(): Connection