Skip to content

Commit

Permalink
[ISSUE #726] Remove the misleading annotation (#725)
Browse files Browse the repository at this point in the history
close #726
  • Loading branch information
shoothzj authored Jan 19, 2022
1 parent 73ae07e commit 33e7021
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 asyncRR(CloudEvent event, AsyncRRCallback callback, long timeout) th
super.send(msg);
this.callbackConcurrentHashMap.put((String) RequestContext.key(msg), callback);
} catch (Exception ex) {
// should trigger callback?
throw new EventMeshException("asyncRR error", ex);
}
}
Expand Down

0 comments on commit 33e7021

Please sign in to comment.