Skip to content

Commit

Permalink
Merge pull request #1 from pitzzahh/master
Browse files Browse the repository at this point in the history
fixed grammar error in ClientMapper class comment
  • Loading branch information
pitzzahh authored Jul 24, 2022
2 parents 27924e8 + 7ea88a5 commit a60c2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/github/pitzzahh/mapper/ClientMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class ClientMapper implements RowMapper<Optional<Client>> {
* @param resultSet the ResultSet to map (pre-initialized for the current row)
* @param numberOfRow the number of the current row
* @return {@code Optional<Client>} object.
* @throws SQLException if somethings went wrong.
* @throws SQLException if something is went wrong.
*/
@Override
public Optional<Client> mapRow(ResultSet resultSet, int numberOfRow) throws SQLException {
Expand Down

0 comments on commit a60c2ef

Please sign in to comment.