Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 14, 2023
1 parent 6340656 commit acfe71d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class PoolableCallableStatement extends DelegatingCallableStatement {
private final PStmtKey key;

/**
* Constructor.
* Constructs a new instance.
*
* @param callableStatement
* the underlying {@link CallableStatement}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class PoolablePreparedStatement<K> extends DelegatingPreparedStatement {
private volatile boolean batchAdded;

/**
* Constructor.
* Constructs a new instance.
*
* @param stmt
* my underlying {@link PreparedStatement}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public enum StatementType {
private boolean clearStatementPoolOnReturn;

/**
* Constructor.
* Constructs a new instance.
*
* @param connection
* the underlying {@link Connection}.
Expand Down

0 comments on commit acfe71d

Please sign in to comment.