@@ -407,7 +407,7 @@ public void passivateObject(final PStmtKey key, final PooledObject<DelegatingPre
407407 *
408408 * @param key
409409 * a {@link PStmtKey} for the given arguments
410- * @return a {@link PoolableCallableStatement}
410+ * @return A {@link PoolableCallableStatement}
411411 * @throws SQLException
412412 * Wraps an underlying exception.
413413 */
@@ -420,7 +420,7 @@ private CallableStatement prepareCall(final PStmtKey key) throws SQLException {
420420 *
421421 * @param sql
422422 * the SQL string used to define the CallableStatement
423- * @return a {@link PoolableCallableStatement}
423+ * @return A {@link PoolableCallableStatement}
424424 * @throws SQLException
425425 * Wraps an underlying exception.
426426 */
@@ -438,7 +438,7 @@ public CallableStatement prepareCall(final String sql) throws SQLException {
438438 * result set type
439439 * @param resultSetConcurrency
440440 * result set concurrency
441- * @return a {@link PoolableCallableStatement}
441+ * @return A {@link PoolableCallableStatement}
442442 * @throws SQLException
443443 * Wraps an underlying exception.
444444 */
@@ -459,7 +459,7 @@ public CallableStatement prepareCall(final String sql, final int resultSetType,
459459 * result set concurrency
460460 * @param resultSetHoldability
461461 * result set holdability
462- * @return a {@link PoolableCallableStatement}
462+ * @return A {@link PoolableCallableStatement}
463463 * @throws SQLException
464464 * Wraps an underlying exception.
465465 */
@@ -475,7 +475,7 @@ public CallableStatement prepareCall(final String sql, final int resultSetType,
475475 *
476476 * @param key
477477 * a {@link PStmtKey} for the given arguments
478- * @return a {@link PoolablePreparedStatement}
478+ * @return A {@link PoolablePreparedStatement}
479479 * @throws SQLException
480480 * Wraps an underlying exception.
481481 */
@@ -499,7 +499,7 @@ private PreparedStatement prepareStatement(final PStmtKey key) throws SQLExcepti
499499 *
500500 * @param sql
501501 * the SQL string used to define the PreparedStatement
502- * @return a {@link PoolablePreparedStatement}
502+ * @return A {@link PoolablePreparedStatement}
503503 * @throws SQLException
504504 * Wraps an underlying exception.
505505 */
@@ -516,7 +516,7 @@ public PreparedStatement prepareStatement(final String sql) throws SQLException
516516 * @param autoGeneratedKeys
517517 * A flag indicating whether auto-generated keys should be returned; one of
518518 * {@link Statement#RETURN_GENERATED_KEYS} or {@link Statement#NO_GENERATED_KEYS}.
519- * @return a {@link PoolablePreparedStatement}
519+ * @return A {@link PoolablePreparedStatement}
520520 * @throws SQLException
521521 * Wraps an underlying exception.
522522 */
@@ -534,7 +534,7 @@ public PreparedStatement prepareStatement(final String sql, final int autoGenera
534534 * result set type
535535 * @param resultSetConcurrency
536536 * result set concurrency
537- * @return a {@link PoolablePreparedStatement}
537+ * @return A {@link PoolablePreparedStatement}
538538 * @throws SQLException
539539 * Wraps an underlying exception.
540540 */
@@ -555,7 +555,7 @@ public PreparedStatement prepareStatement(final String sql, final int resultSetT
555555 * result set concurrency
556556 * @param resultSetHoldability
557557 * result set holdability
558- * @return a {@link PoolablePreparedStatement}
558+ * @return A {@link PoolablePreparedStatement}
559559 * @throws SQLException
560560 * Wraps an underlying exception.
561561 */
@@ -573,7 +573,7 @@ public PreparedStatement prepareStatement(final String sql, final int resultSetT
573573 * @param columnIndexes
574574 * An array of column indexes indicating the columns that should be returned from the inserted row or
575575 * rows.
576- * @return a {@link PoolablePreparedStatement}
576+ * @return A {@link PoolablePreparedStatement}
577577 * @throws SQLException
578578 * Wraps an underlying exception.
579579 */
@@ -589,7 +589,7 @@ public PreparedStatement prepareStatement(final String sql, final int[] columnIn
589589 * the SQL string used to define the PreparedStatement
590590 * @param columnNames
591591 * column names
592- * @return a {@link PoolablePreparedStatement}
592+ * @return A {@link PoolablePreparedStatement}
593593 * @throws SQLException
594594 * Wraps an underlying exception.
595595 */
0 commit comments