Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhannes committed Aug 9, 2024
1 parent b517dba commit c51114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/fluentjdbc/DatabaseResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public interface DatabaseResultMapper<T> {
}

/**
* Functional interface for {@link #single(RowMapper, Supplier)} and {@link #list(RowMapper)}.
* Functional interface for {@link #single(RowMapper, Supplier, Supplier)} and {@link #list(RowMapper)}.
* Like {@link java.util.function.Function}, but allows {@link SQLException} to be
* thrown from {@link #mapRow(DatabaseRow)}
*/
Expand Down

0 comments on commit c51114b

Please sign in to comment.