Skip to content

Commit

Permalink
Make pool constructor public
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
  • Loading branch information
SanjulaGanepola committed Aug 29, 2024
1 parent ac8014f commit 331133f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/github/mapepire_ibmi/Pool.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class Pool {
*
* @param options The options for configuring the connection pool.
*/
Pool(PoolOptions options) {
public Pool(PoolOptions options) {
this.options = options;
}

Expand Down

0 comments on commit 331133f

Please sign in to comment.