[hotfix] Fix the parameter typo in java doc (#651)

pull/738/head
Xianxun Ye 3 years ago committed by Leonard Xu
parent 1170c8e854
commit 2b1e4a6ebe

@ -35,7 +35,7 @@ import static org.apache.flink.util.Preconditions.checkNotNull;
*
* <pre>{@code
* MySqlSource
* .<RowData>builder()
* .<String>builder()
* .hostname("localhost")
* .port(3306)
* .databaseList("mydb")

Loading…
Cancel
Save