Skip to content

Commit

Permalink
Add Javadoc since for NoConnectionReuseStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and ok2c committed Nov 6, 2024
1 parent f110b87 commit 9d72ad3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

/**
* A strategy that never reuses a connection.
* @since 5.4
*/
@Contract(threading = ThreadingBehavior.IMMUTABLE)
public class NoConnectionReuseStrategy implements ConnectionReuseStrategy {
Expand Down

0 comments on commit 9d72ad3

Please sign in to comment.