Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jan 1, 2025
1 parent 7a067e6 commit 7dca946
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ trait ConnectionManager extends Disposable {
def currentConnection[Doc <: Document[Doc]](implicit transaction: Transaction[Doc]): Option[Connection]

def releaseConnection[Doc <: Document[Doc]](implicit transaction: Transaction[Doc]): Unit

def dispose(): Task[Unit]
}

0 comments on commit 7dca946

Please sign in to comment.