Skip to content

Commit

Permalink
Normalize end of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 20, 2024
1 parent 32d8f99 commit 6ce68bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ public PreparedStatement prepareStatement(final String sql, final int resultSetT
* @return a {@link PoolablePreparedStatement}
* @throws SQLException
* Wraps an underlying exception.
*
*/
@Override
public PreparedStatement prepareStatement(final String sql, final int[] columnIndexes) throws SQLException {
Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/apache/commons/dbcp2/TestPStmtKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

/**
* Tests {@link PStmtKey}.
*
*/
public class TestPStmtKey {

Expand Down

0 comments on commit 6ce68bf

Please sign in to comment.