Repository: commons-dbcp Updated Branches: refs/heads/master 53d100817 -> b8427a3d1
Javadoc: 'sql' -> 'SQL' in text. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/b8427a3d Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/b8427a3d Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/b8427a3d Branch: refs/heads/master Commit: b8427a3d11414ef27186069845087397093c13e6 Parents: 53d1008 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Mon Jun 11 11:26:49 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Mon Jun 11 11:26:49 2018 -0600 ---------------------------------------------------------------------- .../java/org/apache/commons/dbcp2/PoolingConnection.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/b8427a3d/src/main/java/org/apache/commons/dbcp2/PoolingConnection.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/dbcp2/PoolingConnection.java b/src/main/java/org/apache/commons/dbcp2/PoolingConnection.java index e3b619c..090849e 100644 --- a/src/main/java/org/apache/commons/dbcp2/PoolingConnection.java +++ b/src/main/java/org/apache/commons/dbcp2/PoolingConnection.java @@ -483,7 +483,7 @@ public class PoolingConnection extends DelegatingConnection<Connection> /** * Creates or obtains a {@link PreparedStatement} from the pool. - * @param sql the sql string used to define the PreparedStatement + * @param sql the SQL string used to define the PreparedStatement * @param columnIndexes column indexes * @return a {@link PoolablePreparedStatement} */ @@ -507,7 +507,7 @@ public class PoolingConnection extends DelegatingConnection<Connection> /** * Creates or obtains a {@link PreparedStatement} from the pool. - * @param sql the sql string used to define the PreparedStatement + * @param sql the SQL string used to define the PreparedStatement * @param resultSetType result set type * @param resultSetConcurrency result set concurrency * @return a {@link PoolablePreparedStatement} @@ -531,7 +531,7 @@ public class PoolingConnection extends DelegatingConnection<Connection> /** * Creates or obtains a {@link PreparedStatement} from the pool. - * @param sql the sql string used to define the PreparedStatement + * @param sql the SQL string used to define the PreparedStatement * @param resultSetType result set type * @param resultSetConcurrency result set concurrency * @param resultSetHoldability result set holdability @@ -557,7 +557,7 @@ public class PoolingConnection extends DelegatingConnection<Connection> /** * Creates or obtains a {@link PreparedStatement} from the pool. - * @param sql the sql string used to define the PreparedStatement + * @param sql the SQL string used to define the PreparedStatement * @param columnNames column names * @return a {@link PoolablePreparedStatement} */