Skip to content

Commit 2b1e4a6

Browse files
Xianxun YeleonardBang
authored andcommitted
[hotfix] Fix the parameter typo in java doc (#651)
1 parent 1170c8e commit 2b1e4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-connector-mysql-cdc/src/main/java/com/ververica/cdc/connectors/mysql/source/MySqlSourceBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*
3636
* <pre>{@code
3737
* MySqlSource
38-
* .<RowData>builder()
38+
* .<String>builder()
3939
* .hostname("localhost")
4040
* .port(3306)
4141
* .databaseList("mydb")

0 commit comments

Comments
 (0)