You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/01/19 07:43:16 UTC

[incubator-eventmesh] branch master updated: [ISSUE #726] Remove the misleading annotation (#725)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 33e7021  [ISSUE #726] Remove the misleading annotation (#725)
33e7021 is described below

commit 33e7021f242bea7f8647154599ce8ea566f78cde
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Wed Jan 19 15:43:10 2022 +0800

    [ISSUE #726] Remove the misleading annotation (#725)
    
    close #726
---
 .../eventmesh/client/tcp/impl/cloudevent/CloudEventTCPPubClient.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/tcp/impl/cloudevent/CloudEventTCPPubClient.java b/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/tcp/impl/cloudevent/CloudEventTCPPubClient.java
index 935cd55..9be280f 100644
--- a/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/tcp/impl/cloudevent/CloudEventTCPPubClient.java
+++ b/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/tcp/impl/cloudevent/CloudEventTCPPubClient.java
@@ -96,7 +96,6 @@ class CloudEventTCPPubClient extends TcpClient implements EventMeshTCPPubClient<
             super.send(msg);
             this.callbackConcurrentHashMap.put((String) RequestContext.key(msg), callback);
         } catch (Exception ex) {
-            // should trigger callback?
             throw new EventMeshException("asyncRR error", ex);
         }
     }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org