Skip to content

Commit

Permalink
Update akka-projection-r2dbc/src/main/scala/akka/projection/r2dbc/sca…
Browse files Browse the repository at this point in the history
…ladsl/R2dbcSession.scala

Co-authored-by: Patrik Nordwall <[email protected]>
  • Loading branch information
sebastian-alfers and patriknw authored Nov 26, 2024
1 parent 8cfe954 commit 1477cc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object R2dbcSession {
withSession(system, connectionFactory, poolSettings.closeCallsExceeding)(fun)
}

@InternalApi private[akka] def withSession[A](
private def withSession[A](
system: ActorSystem[_],
connectionFactory: ConnectionFactory,
closeCallsExceeding: Option[FiniteDuration])(fun: R2dbcSession => Future[A]): Future[A] = {
Expand Down

0 comments on commit 1477cc0

Please sign in to comment.