Skip to content

Commit

Permalink
[misc] remove incorrect public interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed May 13, 2022
1 parent 1faa2dc commit 5ec7579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<logback.version>1.3.0-alpha12</logback.version>
<jacoco.version>0.8.7</jacoco.version>
<waffle-jna.version>3.1.1</waffle-jna.version>
<mysql-connector-java.version>8.0.28</mysql-connector-java.version>
<mysql-connector-java.version>8.0.29</mysql-connector-java.version>
<bnd-maven-plugin.version>6.2.0</bnd-maven-plugin.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/mariadb/jdbc/Driver.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static Connection connect(Configuration configuration) throws SQLExceptio
}

@FunctionalInterface
public interface ClientInstance<T, U, V, W, R> {
private interface ClientInstance<T, U, V, W, R> {
R apply(T t, U u, V v, W w) throws SQLException;
}

Expand Down

0 comments on commit 5ec7579

Please sign in to comment.