We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb5613 commit f4d81dbCopy full SHA for f4d81db
1 file changed
examples/src/main/java/me/zort/sqllib/Example.java
@@ -10,7 +10,7 @@
10
public class Example {
11
12
public void example() {
13
- SQLDatabaseConnectionImpl connection = SQLConnectionBuilder.of(
+ SQLDatabaseConnection connection = SQLConnectionBuilder.of(
14
"localhost",
15
3306,
16
"database",
0 commit comments