diff --git a/src/main/java/io/github/pitzzahh/mapper/ClientMapper.java b/src/main/java/io/github/pitzzahh/mapper/ClientMapper.java index c195beb..fe758bd 100644 --- a/src/main/java/io/github/pitzzahh/mapper/ClientMapper.java +++ b/src/main/java/io/github/pitzzahh/mapper/ClientMapper.java @@ -19,7 +19,7 @@ public class ClientMapper implements RowMapper> { * @param resultSet the ResultSet to map (pre-initialized for the current row) * @param numberOfRow the number of the current row * @return {@code Optional} object. - * @throws SQLException if somethings went wrong. + * @throws SQLException if something is went wrong. */ @Override public Optional mapRow(ResultSet resultSet, int numberOfRow) throws SQLException {