Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Nov 28, 2023
1 parent d5ced5d commit 6c2085c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class MySqlActionUtils {
.withDescription(
"Whether capture the scan the newly added tables or not, by default is true.");

public static Connection getConnection(Configuration mySqlConfig, boolean tinyint1NotBool)
static Connection getConnection(Configuration mySqlConfig, boolean tinyint1NotBool)
throws Exception {
String url =
String.format(
Expand Down

0 comments on commit 6c2085c

Please sign in to comment.