Skip to content

Commit

Permalink
Camel-case parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 19, 2023
1 parent 7d984da commit c534232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public Connection getConnection() throws SQLException {
* always thrown
*/
@Override
public Connection getConnection(final String uname, final String passwd) throws SQLException {
public Connection getConnection(final String userName, final String password) throws SQLException {
throw new UnsupportedOperationException();
}

Expand Down

0 comments on commit c534232

Please sign in to comment.