Skip to content

Commit

Permalink
[Improve] code style improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Jan 26, 2025
1 parent 1143f64 commit ecb01a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static void main(String[] args) {
StreamingContext context = new StreamingContext(envConfig);

// 读取MySQL数据源
new JdbcJavaSource<Order>(context, Order.class)
new JdbcJavaSource<>(context, Order.class)
.getDataStream(
(SQLQueryFunction<Order>)
lastOne -> {
Expand Down

0 comments on commit ecb01a1

Please sign in to comment.