Skip to content

Commit d1d204b

Browse files
[code opt]
1 parent bc0d829 commit d1d204b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlserver/sqlserver-side/sqlserver-async-side/src/main/java/com/dtstack/flink/sql/side/sqlserver/SqlserverAsyncReqRow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void open(Configuration parameters) throws Exception {
5757
.put("provider_class", DT_PROVIDER_CLASS)
5858
.put("preferred_test_query", PREFERRED_TEST_QUERY_SQL)
5959
.put("idle_connection_test_period", DEFAULT_IDLE_CONNECTION_TEST_PEROID)
60-
.put("test_connection_on_checkin", DEFAULT_TEST_CONNECTION_ON_CHECKIN);;
60+
.put("test_connection_on_checkin", DEFAULT_TEST_CONNECTION_ON_CHECKIN);
6161

6262
VertxOptions vo = new VertxOptions();
6363
vo.setEventLoopPoolSize(DEFAULT_VERTX_EVENT_LOOP_POOL_SIZE);

0 commit comments

Comments
 (0)