Skip to content

Commit 267ef30

Browse files
committed
SqlSupplier not public
1 parent e5c5ef9 commit 267ef30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mug-guava/src/main/java/com/google/mu/safesql/SqlSupplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
/** For lambdas that can throw {@link SQLException}. */
66
@FunctionalInterface
7-
public interface SqlSupplier<T> {
7+
interface SqlSupplier<T> {
88
T get() throws SQLException;
99
}

0 commit comments

Comments
 (0)