This is an automated email from the ASF dual-hosted git repository.

xiatian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d0bfba25 [ISSUE #4859] Remove unused variable 
responseEventMeshCommand in SendSyncMessageProcessor#processRequest (#4860)
1d0bfba25 is described below

commit 1d0bfba25230d84721f52754217bb76577a60fbb
Author: rohit-satya <[email protected]>
AuthorDate: Wed Apr 24 19:22:01 2024 +0530

    [ISSUE #4859] Remove unused variable responseEventMeshCommand in 
SendSyncMessageProcessor#processRequest (#4860)
---
 .../runtime/core/protocol/http/processor/SendSyncMessageProcessor.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendSyncMessageProcessor.java
 
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendSyncMessageProcessor.java
index abce65d12..0f5a97dc4 100644
--- 
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendSyncMessageProcessor.java
+++ 
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendSyncMessageProcessor.java
@@ -73,7 +73,6 @@ public class SendSyncMessageProcessor extends 
AbstractHttpRequestProcessor {
     public void processRequest(final ChannelHandlerContext ctx, final 
AsyncContext<HttpCommand> asyncContext)
         throws Exception {
 
-        HttpCommand responseEventMeshCommand;
         HttpCommand request = asyncContext.getRequest();
         final String localAddress = IPUtils.getLocalAddress();
         final String remoteAddr = 
RemotingHelper.parseChannelRemoteAddr(ctx.channel());


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to