Skip to content

Commit

Permalink
[INLONG-11599][SDK] Optimize the configuration related content in the…
Browse files Browse the repository at this point in the history
… ProxyClientConfig class
  • Loading branch information
gosonzhang committed Dec 15, 2024
1 parent db6bfaa commit a686fcd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public void testNormalAck() {
return null;
}).when(senderManager, "asyncSendByMessageSender", Mockito.any(),
Mockito.any(), Mockito.any(), Mockito.any(), Mockito.anyLong(), Mockito.any(),
Mockito.anyLong(), Mockito.any(),
Mockito.any(), Mockito.anyBoolean());
senderManager.Start();
Long offset = 0L;
Expand Down

0 comments on commit a686fcd

Please sign in to comment.