Skip to content

Commit

Permalink
SqlSupplier not public
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Feb 11, 2025
1 parent e5c5ef9 commit 267ef30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

/** For lambdas that can throw {@link SQLException}. */
@FunctionalInterface
public interface SqlSupplier<T> {
interface SqlSupplier<T> {
T get() throws SQLException;
}

0 comments on commit 267ef30

Please # to comment.