Skip to content

Commit

Permalink
Use preferred spelling for "cannot"
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 5, 2024
1 parent 50ee110 commit 0a8eebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public Connection getConnection() throws SQLException {

/**
* Always throws a SQLException. User name and password are set
* in the constructor and can not be changed.
* in the constructor and cannot be changed.
*/
@Override
public Connection getConnection(String userName, String password)
Expand Down

0 comments on commit 0a8eebf

Please sign in to comment.