Skip to content

Commit a3c4080

Browse files
authored
Update MySQL.java
1 parent 1b78ec6 commit a3c4080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/SQLs/MySQL.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ public MySQL(String ip, String port, String username, String password, String da
77
}
88

99
public Connection getSQLer() {
10+
return null;
1011
}
1112
}

0 commit comments

Comments
 (0)