We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab90d17 commit 67331b8Copy full SHA for 67331b8
src/test/java/com/alipay/remoting/rpc/protocol/RpcCommandHandlerTest.java
@@ -94,7 +94,7 @@ public boolean isStarted() {
94
95
@Override
96
public BizContext preHandleRequest(RemotingContext remotingCtx, Object request) {
97
- LOGGER.info(request.getClass()+"|"+remotingCtx+"|"+remotingContext);
+ LOGGER.info(remotingCtx+"|"+remotingContext);
98
Assert.assertNotSame(remotingCtx, remotingContext);
99
remotingContextList.add(remotingCtx);
100
countDownLatch.countDown();
0 commit comments